You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2016/03/14 02:49:52 UTC

svn commit: r1734873 [2/5] - in /openoffice/branches/gbuild-reintegration: ./ main/ main/connectivity/source/cpool/ main/dbaccess/ main/dbaccess/inc/pch/ main/dbaccess/prj/ main/dbaccess/qa/unoapi/ main/dbaccess/source/core/api/ main/dbaccess/source/co...

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/dbmm_types.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/dbmm_types.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/dbmm_types.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/dbmm_types.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbmm.hxx"
 
 #include "dbmm_types.hxx"
 

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/docinteraction.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/docinteraction.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/docinteraction.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/docinteraction.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbmm.hxx"
 
 #include "docinteraction.hxx"
 

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationdialog.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationdialog.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationdialog.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbmm.hxx"
 
 #include "dbmm_global.hrc"
 #include "dbmm_module.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationpages.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationpages.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationpages.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationpages.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbmm.hxx"
 
 #include "dbaccess_helpid.hrc"
 #include "dbmm_module.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationwizard.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationwizard.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationwizard.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/macromigrationwizard.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbmm.hxx"
 
 #include "dbmm_module.hxx"
 #include "dbmm_global.hrc"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/migrationengine.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/migrationengine.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/migrationengine.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/migrationengine.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbmm.hxx"
 
 #include "dbmm_global.hrc"
 #include "dbmm_module.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/migrationlog.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/migrationlog.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/migrationlog.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/migrationlog.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbmm.hxx"
 
 #include "dbmm_module.hxx"
 #include "dbmm_global.hrc"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/progresscapture.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/progresscapture.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/progresscapture.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/progresscapture.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbmm.hxx"
 
 #include "progresscapture.hxx"
 #include "migrationprogress.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/progressmixer.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/progressmixer.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/progressmixer.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ext/macromigration/progressmixer.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbmm.hxx"
 
 #include "progressmixer.hxx"
 

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/dbloader2.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/dbloader2.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/dbloader2.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/dbloader2.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 
 #include "flt_reghelper.hxx"
 #include "xmlstrings.hrc"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlAutoStyle.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlAutoStyle.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlAutoStyle.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlAutoStyle.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLAUTOSTYLE_HXX 
 #include "xmlAutoStyle.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlColumn.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlColumn.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlColumn.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlColumn.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLCOLUMN_HXX
 #include "xmlColumn.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlComponent.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlComponent.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlComponent.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlComponent.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLCOMPONENT_HXX
 #include "xmlComponent.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlConnectionData.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlConnectionData.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlConnectionData.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlConnectionData.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLCONNECTIONDATA_HXX_INCLUDED
 #include "xmlConnectionData.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlConnectionResource.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlConnectionResource.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlConnectionResource.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlConnectionResource.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLCONNECTIONRESOURCE_HXX_INCLUDED
 #include "xmlConnectionResource.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSource.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSource.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSource.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSource.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLDATASOURCE_HXX
 #include "xmlDataSource.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLDATASOURCEINFO_HXX
 #include "xmlDataSourceInfo.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLDATASOURCESETTING_HXX
 #include "xmlDataSourceSetting.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLDATASOURCESETTINGS_HXX
 #include "xmlDataSourceSettings.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDatabase.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDatabase.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDatabase.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDatabase.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #include "xmlDatabase.hxx"
 #include "xmlfilter.hxx"
 #include <xmloff/xmltoken.hxx>

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLDATABASEDESCRIPTION_HXX_INCLUDED
 #include "xmlDatabaseDescription.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDocuments.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDocuments.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDocuments.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlDocuments.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLDOCUMENTS_HXX
 #include "xmlDocuments.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlExport.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlExport.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlExport.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlExport.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 
 #include "xmlExport.hxx"
 #include "xmlAutoStyle.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLFILEBASEDDATABASE_HXX_INCLUDED
 #include "xmlFileBasedDatabase.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlHelper.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlHelper.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlHelper.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlHelper.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLHELPER_HXX
 #include "xmlHelper.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLHIERARCHYCOLLECTION_HXX
 #include "xmlHierarchyCollection.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlLogin.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlLogin.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlLogin.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlLogin.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLLOGIN_HXX
 #include "xmlLogin.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlQuery.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlQuery.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlQuery.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlQuery.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLQUERY_HXX
 #include "xmlQuery.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlServerDatabase.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlServerDatabase.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlServerDatabase.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlServerDatabase.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLSERVERDATABASE_HXX_INCLUDED
 #include "xmlServerDatabase.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlStyleImport.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlStyleImport.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlStyleImport.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlStyleImport.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 
 #ifndef DBA_XMLSTYLEIMPORT_HXX
 #include "xmlStyleImport.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTable.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTable.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTable.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTable.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLTABLE_HXX
 #include "xmlTable.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLTABLEFILTERLIST_HXX
 #include "xmlTableFilterList.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #ifndef DBA_XMLTABLEFILTERPATTERN_HXX
 #include "xmlTableFilterPattern.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlfilter.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlfilter.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlfilter.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlfilter.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
  
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 
 #ifndef _COM_SUN_STAR_PACKAGES_ZIP_ZIPIOEXCEPTION_HPP_
 #include <com/sun/star/packages/zip/ZipIOException.hpp>

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlservices.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlservices.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlservices.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/filter/xml/xmlservices.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 
 #include <cppuhelper/factory.hxx>
 #include <osl/diagnose.h>
@@ -65,7 +65,7 @@ extern "C" void SAL_CALL createRegistryI
 
 //---------------------------------------------------------------------------------------
 
-extern "C" DBACCESS_DLLPUBLIC void component_getImplementationEnvironment(
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
 				const sal_Char	**ppEnvTypeName,
 				uno_Environment	**
 			)
@@ -76,7 +76,7 @@ extern "C" DBACCESS_DLLPUBLIC void compo
 
 //---------------------------------------------------------------------------------------
 
-extern "C" DBACCESS_DLLPUBLIC void* component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
 					const sal_Char* pImplementationName,
 					void* pServiceManager,
 					void* /*pRegistryKey*/)

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/sdbtools/misc/sdbt_services.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/sdbtools/misc/sdbt_services.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/sdbtools/misc/sdbt_services.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/sdbtools/misc/sdbt_services.cxx Mon Mar 14 01:49:48 2016
@@ -52,7 +52,7 @@ extern "C" void SAL_CALL sdbt_initialize
 
 //---------------------------------------------------------------------------------------
 
-extern "C" void SAL_CALL component_getImplementationEnvironment(
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
 				const sal_Char	**ppEnvTypeName,
 				uno_Environment	**
 			)
@@ -62,7 +62,7 @@ extern "C" void SAL_CALL component_getIm
 }
 
 //---------------------------------------------------------------------------------------
-extern "C" void* SAL_CALL component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(
 					const sal_Char* pImplementationName,
 					void* pServiceManager,
 					void* /*pRegistryKey*/)

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/dbu_reghelper.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/dbu_reghelper.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/dbu_reghelper.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/dbu_reghelper.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "dbu_reghelper.hxx"
 

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/dbustrings.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/dbustrings.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/dbustrings.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/dbustrings.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #include "dbustrings.hrc"
 
 namespace dbaui

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/flt_reghelper.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/flt_reghelper.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/flt_reghelper.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/flt_reghelper.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 
 #ifndef _FLT_REGHELPER_HXX_
 #include "flt_reghelper.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/xmlstrings.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/xmlstrings.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/xmlstrings.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/shared/xmlstrings.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 #include "xmlstrings.hrc"
 
 namespace dbaxml

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppController.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppController.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppController.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppController.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "AppController.hxx"
 #include "dbustrings.hrc"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppControllerDnD.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppControllerDnD.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppControllerDnD.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppControllerDnD.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBAUI_APPCONTROLLER_HXX
 #include "AppController.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppControllerGen.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppControllerGen.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppControllerGen.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppControllerGen.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "AppController.hxx"
 #include "AppDetailView.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppDetailPageHelper.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppDetailPageHelper.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppDetailPageHelper.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppDetailPageHelper.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_APPDETAILPAGEHELPER_HXX
 #include "AppDetailPageHelper.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppDetailView.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppDetailView.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppDetailView.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppDetailView.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_APPDETAILVIEW_HXX
 #include "AppDetailView.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppIconControl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppIconControl.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppIconControl.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppIconControl.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_APPICONCONTROL_HXX
 #include "AppIconControl.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppSwapWindow.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppSwapWindow.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppSwapWindow.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppSwapWindow.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_APPSWAPWINDOW_HXX
 #include "AppSwapWindow.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppTitleWindow.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppTitleWindow.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppTitleWindow.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppTitleWindow.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_TITLE_WINDOW_HXX
 #include "AppTitleWindow.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppView.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppView.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppView.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/AppView.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_APPVIEW_HXX
 #include "AppView.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/subcomponentmanager.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/subcomponentmanager.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/subcomponentmanager.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/app/subcomponentmanager.cxx Mon Mar 14 01:49:48 2016
@@ -20,7 +20,7 @@
  *************************************************************/
 
 
-
+#include "precompiled_dbui.hxx"
 #include "subcomponentmanager.hxx"
 #include "AppController.hxx"
 #include "dbustrings.hrc"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/AsyncronousLink.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/AsyncronousLink.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/AsyncronousLink.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/AsyncronousLink.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_ASYNCRONOUSLINK_HXX
 #include "AsyncronousLink.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/brwctrlr.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/brwctrlr.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/brwctrlr.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/brwctrlr.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 
 

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/brwview.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/brwview.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/brwview.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/brwview.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _SBA_BWRCTRLR_HXX
 #include "brwctrlr.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dataview.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dataview.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dataview.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dataview.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBAUI_DATAVIEW_HXX
 #include "dataview.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbexchange.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbexchange.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbexchange.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbexchange.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "dbexchange.hxx"
 #include <sot/formats.hxx>

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbloader.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbloader.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbloader.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbloader.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "dbu_reghelper.hxx"
 #include "dbustrings.hrc"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbtreemodel.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbtreemodel.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbtreemodel.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbtreemodel.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBAUI_DBTREEMODEL_HXX
 #include "dbtreemodel.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbtreeview.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbtreeview.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbtreeview.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dbtreeview.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBACCESS_UI_DBTREEVIEW_HXX
 #include "dbtreeview.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dsEntriesNoExp.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dsEntriesNoExp.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dsEntriesNoExp.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _SBA_UNODATBR_HXX_
 #include "unodatbr.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dsbrowserDnD.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dsbrowserDnD.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dsbrowserDnD.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/dsbrowserDnD.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "dbexchange.hxx"
 #include "dbtreelistbox.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/exsrcbrw.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/exsrcbrw.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/exsrcbrw.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/exsrcbrw.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _SBA_EXTCTRLR_HXX
 #include "exsrcbrw.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/formadapter.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/formadapter.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/formadapter.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/formadapter.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _SBA_FORMADAPTER_HXX
 #include "formadapter.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/genericcontroller.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/genericcontroller.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/genericcontroller.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/genericcontroller.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_GENERICCONTROLLER_HXX
 #include "genericcontroller.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/sbagrid.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/sbagrid.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/sbagrid.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/sbagrid.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBACCESS_SBA_GRID_HRC
 #include "sbagrid.hrc"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/sbamultiplex.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/sbamultiplex.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/sbamultiplex.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/sbamultiplex.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _SBA_MULTIPLEX_HXX
 #include "sbamultiplex.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/unodatbr.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/unodatbr.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/unodatbr.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/browser/unodatbr.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "browserids.hxx"
 #include "dbaccess_helpid.hrc"
@@ -316,7 +316,8 @@ void SAL_CALL SbaTableQueryBrowser::disp
 		// doin' a lot of VCL stuff here -> lock the SolarMutex
 
 	// kiss our listeners goodbye
-	EventObject aEvt(*this);
+	
+	::com::sun::star::lang::EventObject aEvt(*this);
 	m_aSelectionListeners.disposeAndClear(aEvt);
     m_aContextMenuInterceptors.disposeAndClear(aEvt);
 
@@ -1394,7 +1395,7 @@ void SbaTableQueryBrowser::implCheckExte
 }
 
 // -------------------------------------------------------------------------
-void SAL_CALL SbaTableQueryBrowser::disposing( const EventObject& _rSource ) throw(RuntimeException)
+void SAL_CALL SbaTableQueryBrowser::disposing( const ::com::sun::star::lang::EventObject& _rSource ) throw(RuntimeException)
 {
 	// our frame ?
 	Reference< ::com::sun::star::frame::XFrame >  xSourceFrame(_rSource.Source, UNO_QUERY);
@@ -1693,7 +1694,7 @@ void SbaTableQueryBrowser::LoadFinished(
 	}
 
 	// if the form has been loaded, this means that our "selection" has changed
-	EventObject aEvent( *this );
+	::com::sun::star::lang::EventObject aEvent( *this );
     m_aSelectionListeners.notifyEach( &XSelectionChangeListener::selectionChanged, aEvent );
 }
 

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/ColumnControlWindow.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/ColumnControlWindow.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/ColumnControlWindow.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/ColumnControlWindow.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_COLUMNCONTROLWINDOW_HXX
 #include "ColumnControlWindow.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/FieldDescControl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/FieldDescControl.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/FieldDescControl.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/FieldDescControl.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #define ITEMID_HORJUSTIFY		SID_ATTR_ALIGN_HOR_JUSTIFY
 #define ITEMID_VERJUSTIFY		SID_ATTR_ALIGN_VER_JUSTIFY

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/RelationControl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/RelationControl.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/RelationControl.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/RelationControl.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_RELATIONCONTROL_HXX
 #include "RelationControl.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/ScrollHelper.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/ScrollHelper.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/ScrollHelper.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/ScrollHelper.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBAUI_SCROLLHELPER_HXX
 #include "ScrollHelper.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/SqlNameEdit.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/SqlNameEdit.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/SqlNameEdit.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/SqlNameEdit.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_SQLNAMEEDIT_HXX
 #include "SqlNameEdit.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/TableGrantCtrl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/TableGrantCtrl.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/TableGrantCtrl.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/TableGrantCtrl.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_TABLEGRANTCONTROL_HXX
 #include "TableGrantCtrl.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/VertSplitView.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/VertSplitView.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/VertSplitView.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/VertSplitView.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_VERTSPLITVIEW_HXX
 #include "VertSplitView.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/charsetlistbox.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/charsetlistbox.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/charsetlistbox.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/charsetlistbox.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "charsetlistbox.hxx"
 

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/curledit.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/curledit.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/curledit.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/curledit.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _DBAUI_CURLEDIT_HXX_
 #include "curledit.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/dbtreelistbox.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/dbtreelistbox.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/dbtreelistbox.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/dbtreelistbox.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBAUI_DBTREELISTBOX_HXX
 #include "dbtreelistbox.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/listviewitems.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/listviewitems.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/listviewitems.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/listviewitems.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _DBAUI_LISTVIEWITEMS_HXX_
 #include "listviewitems.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/marktree.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/marktree.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/marktree.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/marktree.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _DBAUI_MARKTREE_HXX_
 #include "marktree.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/opendoccontrols.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/opendoccontrols.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/opendoccontrols.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/opendoccontrols.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBACCESS_SOURCE_UI_INC_OPENDOCCONTROLS_HXX
 #include "opendoccontrols.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/sqledit.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/sqledit.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/sqledit.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/sqledit.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #include "sqledit.hxx"
 #include "QueryTextView.hxx"
 #include "querycontainerwindow.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/tabletree.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/tabletree.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/tabletree.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/tabletree.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _DBAUI_TABLETREE_HXX_
 #include "tabletree.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/toolboxcontroller.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/toolboxcontroller.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/toolboxcontroller.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/toolboxcontroller.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBACCESS_TOOLBOXCONTROLLER_HXX
 #include "toolboxcontroller.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/undosqledit.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/undosqledit.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/undosqledit.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/control/undosqledit.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBAUI_GENERALUNDO_HXX
 #include "undosqledit.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/AdabasStat.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/AdabasStat.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/AdabasStat.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/AdabasStat.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _TOOLS_DEBUG_HXX
 #include <tools/debug.hxx>

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc Mon Mar 14 01:49:48 2016
@@ -37,7 +37,7 @@
 #ifndef _DBA_DBACCESS_HELPID_HRC_
 #include "dbaccess_helpid.hrc"
 #endif
-
+#include "AutoControlsDef.hrc"
 
 #define CHECKBOX_HEIGHT		8
 #define FIXEDTEXT_HEIGHT	8
@@ -46,60 +46,7 @@
 #define EDIT_HEIGHT			12
 #define EDIT_X				101
 
-#define FT_AUTOJDBCDRIVERCLASS      80
-#define FT_AUTOFIELDSEPARATOR       81
-#define FT_AUTOTEXTSEPARATOR        82
-#define FT_AUTODECIMALSEPARATOR     83
-#define FT_AUTOTHOUSANDSSEPARATOR   84
-#define FT_AUTOPORTNUMBER           85
-#define FT_AUTOPORTNUMBERDEFAULT    86
-#define FT_AUTOBASEDN               87
-#define FT_AUTOHOSTNAME             88
-#define FT_AUTOBROWSEURL            89
-#define FT_AUTODATABASENAME         90
-#define FT_AUTOWIZARDHELPTEXT       91
-#define FT_AUTOWIZARDHEADER         92
-#define FT_AUTOEXTENSIONHEADER      93
-#define FT_AUTOOWNEXTENSIONAPPENDIX 94
-#define FT_CHARSET                  95
-#define FT_SOCKET                   96
-
-#define FL_AUTOSEPARATOR2           80
-#define FL_DATACONVERT              81
-#define FL_SEPARATOR1               82
-
-#define CB_AUTOHEADER               80
-
-#define PB_AUTOTESTDRIVERCLASS      80
-#define PB_AUTOBROWSEURL            81
-
-#define CM_AUTOFIELDSEPARATOR       80
-#define CM_AUTOTEXTSEPARATOR        81
-#define CM_AUTODECIMALSEPARATOR     82
-#define CM_AUTOTHOUSANDSSEPARATOR   83
-
-#define NF_AUTOPORTNUMBER           80
-
-#define ET_AUTOBASEDN               80
-#define ET_AUTOHOSTNAME             81
-#define ET_AUTODATABASENAME         82
-#define ET_AUTOBROWSEURL            83
-#define ET_AUTOJDBCDRIVERCLASS      84
-#define ET_AUTOOWNEXTENSION         85
-#define ET_SOCKET                   86
-
-#define RB_AUTOACCESSCTEXTFILES     80
-#define RB_AUTOACCESSCCSVFILES      81
-#define RB_AUTOACCESSOTHERS         82
-
-#define LB_CHARSET                  80
 
-#define STR_AUTOFIELDSEPARATORLIST      100
-#define STR_AUTOTEXTSEPARATORLIST       101
-#define STR_AUTOTEXT_FIELD_SEP_NONE     102
-#define STR_AUTODELIMITER_MISSING       103
-#define STR_AUTODELIMITER_MUST_DIFFER   104
-#define STR_AUTONO_WILDCARDS            105
 
 
 #define AUTO_WIZARDHELPTEXT( AUTO_LINECOUNT )                                                       \

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/CollectionView.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/CollectionView.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/CollectionView.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/CollectionView.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_COLLECTIONVIEW_HXX
 #include "CollectionView.hxx"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionHelper.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionHelper.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionHelper.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionHelper.cxx Mon Mar 14 01:49:48 2016
@@ -22,127 +22,49 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "dsnItem.hxx"
-#ifndef DBAUI_CONNECTIONHELPER_HXX
 #include "ConnectionHelper.hxx"
-#endif
-#ifndef _DBAUI_AUTOCONTROLS_HRC_
-#include "AutoControls.hrc"
-#endif
-#ifndef _DBU_DLG_HRC_
+#include "AutoControlsDef.hrc"
 #include "dbu_dlg.hrc"
-#endif
-#ifndef _DBU_MISC_HRC_
 #include "dbu_misc.hrc"
-#endif
-#ifndef _SFXITEMSET_HXX
 #include <svl/itemset.hxx>
-#endif
-#ifndef INCLUDED_SVTOOLS_MODULEOPTIONS_HXX
 #include <unotools/moduleoptions.hxx>
-#endif
-#ifndef _SFX_FCONTNR_HXX
 #include <sfx2/fcontnr.hxx>
-#endif
-#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX
 #include <unotools/pathoptions.hxx>
-#endif
-#ifndef _SFXSTRITEM_HXX
 #include <svl/stritem.hxx>
-#endif
-#ifndef _SFXENUMITEM_HXX
 #include <svl/eitem.hxx>
-#endif
-#ifndef _SFXINTITEM_HXX
 #include <svl/intitem.hxx>
-#endif
-#ifndef _DBAUI_DATASOURCEITEMS_HXX_
 #include "dsitems.hxx"
-#endif
-#ifndef _DBA_DBACCESS_HELPID_HRC_
 #include "dbaccess_helpid.hrc"
-#endif
-#ifndef _DBAUI_LOCALRESACCESS_HXX_
 #include "localresaccess.hxx"
-#endif
-#ifndef _OSL_PROCESS_H_
 #include <osl/process.h>
-#endif
-#ifndef _SV_MSGBOX_HXX
 #include <vcl/msgbox.hxx>
-#endif
-#ifndef _FILEDLGHELPER_HXX
 #include <sfx2/filedlghelper.hxx>
-#endif
-#ifndef _DBAUI_DBADMIN_HXX_
 #include "dbadmin.hxx"
-#endif
-#ifndef _COMPHELPER_TYPES_HXX_
 #include <comphelper/types.hxx>
-#endif
-#ifndef _VCL_STDTEXT_HXX
 #include <vcl/stdtext.hxx>
-#endif
-#ifndef _DBAUI_SQLMESSAGE_HXX_
 #include "sqlmessage.hxx"
-#endif
-#ifndef _DBAUI_ODBC_CONFIG_HXX_
 #include "odbcconfig.hxx"
-#endif
-#ifndef _DBAUI_DSSELECT_HXX_
 #include "dsselect.hxx"
-#endif
-#ifndef SVTOOLS_FILENOTATION_HXX_
 #include <svl/filenotation.hxx>
-#endif
-#ifndef DBACCESS_SHARED_DBUSTRINGS_HRC
 #include "dbustrings.hrc"
-#endif
-#ifndef _COM_SUN_STAR_UI_DIALOGS_XFOLDERPICKER_HPP_
 #include <com/sun/star/ui/dialogs/XFolderPicker.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
 #include <com/sun/star/sdbc/XRow.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_XWINDOW_HPP_
 #include <com/sun/star/awt/XWindow.hpp>
-#endif
 // #106016# ------------------------------------
-#ifndef _COM_SUN_STAR_TASK_XINTERACTIONHANDLER_HPP_
 #include <com/sun/star/task/XInteractionHandler.hpp>
-#endif
-#ifndef _COM_SUN_STAR_TASK_XPROGRESSHANDLER_HPP_
 #include <com/sun/star/ucb/XProgressHandler.hpp>
-#endif
-#ifndef DBAUI_TOOLS_HXX
 #include "UITools.hxx"
-#endif
-#ifndef _UNOTOOLS_LOCALFILEHELPER_HXX
 #include <unotools/localfilehelper.hxx>
-#endif
-#ifndef _UNOTOOLS_UCBHELPER_HXX
 #include <unotools/ucbhelper.hxx>
-#endif
-#ifndef _UCBHELPER_COMMANDENVIRONMENT_HXX
 #include <ucbhelper/commandenvironment.hxx>
-#endif
-#ifndef DBAUI_FILEPICKER_INTERACTION_HXX
 #include "finteraction.hxx"
-#endif
-#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
 #include <connectivity/CommonTools.hxx>
-#endif
-#ifndef _URLOBJ_HXX
 #include <tools/urlobj.hxx>
-#endif
-#ifndef TOOLS_DIAGNOSE_EX_H
 #include <tools/diagnose_ex.h>
-#endif
-#ifndef _SFX_DOCFILT_HACK_HXX
 #include <sfx2/docfilt.hxx>
-#endif
 #if !defined(WINDOWS_VISTA_PSDK) && defined(WNT)
 #define _ADO_DATALINK_BROWSE_
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionPage.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionPage.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionPage.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionPage.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBAUI_CONNECTIONPAGE_HXX
 #include "ConnectionPage.hxx"
@@ -167,7 +167,7 @@
 #endif
 #endif //_ADO_DATALINK_BROWSE_
 
-#include "AutoControls.hrc"
+#include "AutoControlsDef.hrc"
 
 //.........................................................................
 namespace dbaui

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx Mon Mar 14 01:49:48 2016
@@ -22,126 +22,50 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBAUI_CONNECTIONPAGESETUP_HXX
 #include "ConnectionPageSetup.hxx"
 #endif
-#ifndef _DBAUI_AUTOCONTROLS_HRC_
-#include "AutoControls.hrc"
-#endif
-#ifndef _DBAUI_DBADMINSETUP_HRC_
+#include "AutoControlsDef.hrc"
 #include "dbadminsetup.hrc"
-#endif
-#ifndef _DBU_DLG_HRC_
 #include "dbu_dlg.hrc"
-#endif
-#ifndef _SFXITEMSET_HXX
 #include <svl/itemset.hxx>
-#endif
-#ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX
 #include <unotools/pathoptions.hxx>
-#endif
-#ifndef _SFXSTRITEM_HXX
 #include <svl/stritem.hxx>
-#endif
-#ifndef _SFXENUMITEM_HXX
 #include <svl/eitem.hxx>
-#endif
-#ifndef _SFXINTITEM_HXX
 #include <svl/intitem.hxx>
-#endif
-#ifndef _DBAUI_DATASOURCEITEMS_HXX_
 #include "dsitems.hxx"
-#endif
-#ifndef _DBA_DBACCESS_HELPID_HRC_
 #include "dbaccess_helpid.hrc"
-#endif
-#ifndef _DBAUI_LOCALRESACCESS_HXX_
 #include "localresaccess.hxx"
-#endif
-#ifndef _OSL_PROCESS_H_
 #include <osl/process.h>
-#endif
-#ifndef _SV_MSGBOX_HXX
 #include <vcl/msgbox.hxx>
-#endif
-#ifndef _FILEDLGHELPER_HXX
 #include <sfx2/filedlghelper.hxx>
-#endif
-#ifndef _DBAUI_DBADMIN_HXX_
 #include "dbadmin.hxx"
-#endif
-#ifndef _DBAUI_DBADMIN_HRC_
 #include "dbadmin.hrc"
-#endif
-#ifndef _COMPHELPER_TYPES_HXX_
 #include <comphelper/types.hxx>
-#endif
-#ifndef _VCL_STDTEXT_HXX
 #include <vcl/stdtext.hxx>
-#endif
-#ifndef _DBAUI_SQLMESSAGE_HXX_
 #include "sqlmessage.hxx"
-#endif
-#ifndef _DBAUI_ODBC_CONFIG_HXX_
 #include "odbcconfig.hxx"
-#endif
-#ifndef _DBAUI_DSSELECT_HXX_
 #include "dsselect.hxx"
-#endif
-#ifndef SVTOOLS_FILENOTATION_HXX_
 #include <svl/filenotation.hxx>
-#endif
-#ifndef DBACCESS_SHARED_DBUSTRINGS_HRC
 #include "dbustrings.hrc"
-#endif
-#ifndef _COM_SUN_STAR_UI_DIALOGS_XFOLDERPICKER_HPP_
 #include <com/sun/star/ui/dialogs/XFolderPicker.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
 #include <com/sun/star/sdbc/XRow.hpp>
-#endif
-#ifndef _COM_SUN_STAR_AWT_XWINDOW_HPP_
 #include <com/sun/star/awt/XWindow.hpp>
-#endif
 // #106016# ------------------------------------
-#ifndef _COM_SUN_STAR_TASK_XINTERACTIONHANDLER_HPP_
 #include <com/sun/star/task/XInteractionHandler.hpp>
-#endif
-#ifndef _COM_SUN_STAR_TASK_XPROGRESSHANDLER_HPP_
 #include <com/sun/star/ucb/XProgressHandler.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
 #include <com/sun/star/sdbc/XConnection.hpp>
-#endif
-#ifndef DBAUI_TOOLS_HXX
 #include "UITools.hxx"
-#endif
-#ifndef _UNOTOOLS_LOCALFILEHELPER_HXX
 #include <unotools/localfilehelper.hxx>
-#endif
-#ifndef _UNOTOOLS_UCBHELPER_HXX
 #include <unotools/ucbhelper.hxx>
-#endif
-#ifndef _UCBHELPER_COMMANDENVIRONMENT_HXX
 #include <ucbhelper/commandenvironment.hxx>
-#endif
-#ifndef DBAUI_FILEPICKER_INTERACTION_HXX
 #include "finteraction.hxx"
-#endif
-#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
 #include <connectivity/CommonTools.hxx>
-#endif
-#ifndef _URLOBJ_HXX
 #include <tools/urlobj.hxx>
-#endif
-#ifndef _SFX_DOCFILT_HACK_HXX
 #include <sfx2/docfilt.hxx>
-#endif
-#ifndef _SV_MNEMONIC_HXX
 #include <vcl/mnemonic.hxx>
-#endif
 
 //.........................................................................
 namespace dbaui

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef DBAUI_DBSETUPCONNECTIONPAGES_HXX
 #include "DBSetupConnectionPages.hxx"
 #endif
@@ -32,9 +32,7 @@
 #ifndef _DBU_RESOURCE_HRC_
 #include "dbu_resource.hrc"
 #endif
-#ifndef _DBAUI_AUTOCONTROLS_HRC_
-#include "AutoControls.hrc"
-#endif
+#include "AutoControlsDef.hrc"
 #ifndef _DBAUI_DBADMINSETUP_HRC_
 #include "dbadminsetup.hrc"
 #endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "DbAdminImpl.hxx"
 #include "dsmeta.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DriverSettings.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DriverSettings.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DriverSettings.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/DriverSettings.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "DriverSettings.hxx"
 #include "dsmeta.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/RelationDlg.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/RelationDlg.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/RelationDlg.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/RelationDlg.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 //#ifndef _SVX_TABWIN_HXX
 //#include "tabwin.hxx"
 //#endif

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/TablesSingleDlg.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/TablesSingleDlg.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/TablesSingleDlg.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/TablesSingleDlg.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef _DBAUI_TABLESSINGLEDLG_HXX_
 #include "TablesSingleDlg.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/TextConnectionHelper.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/TextConnectionHelper.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/TextConnectionHelper.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/TextConnectionHelper.cxx Mon Mar 14 01:49:48 2016
@@ -21,7 +21,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #ifndef _DBAUI_MODULE_DBU_HXX_
 #include "moduledbu.hxx"
 #endif
@@ -39,9 +39,7 @@
 #ifndef _DBU_RESOURCE_HRC_
 #include "dbu_resource.hrc"
 #endif
-#ifndef _DBAUI_AUTOCONTROLS_HRC_
-#include "AutoControls.hrc"
-#endif
+#include "AutoControlsDef.hrc"
 
 #ifndef _SFXITEMSET_HXX
 #include <svl/itemset.hxx>

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/UserAdmin.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/UserAdmin.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/UserAdmin.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/UserAdmin.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #ifndef DBAUI_USERADMIN_HXX
 #include "UserAdmin.hxx"

Modified: openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/UserAdminDlg.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/UserAdminDlg.cxx?rev=1734873&r1=1734872&r2=1734873&view=diff
==============================================================================
--- openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/UserAdminDlg.cxx (original)
+++ openoffice/branches/gbuild-reintegration/main/dbaccess/source/ui/dlg/UserAdminDlg.cxx Mon Mar 14 01:49:48 2016
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 #include "adminpages.hxx"
 #include "DbAdminImpl.hxx"