You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/15 00:53:17 UTC

svn commit: r1409572 [3/5] - in /incubator/ooo/branches/gbuild/main/dbaccess: ./ inc/pch/ prj/ source/core/api/ source/core/dataaccess/ source/ext/macromigration/ source/filter/xml/ source/sdbtools/misc/ source/shared/ source/ui/app/ source/ui/browser/...

Modified: incubator/ooo/branches/gbuild/main/dbaccess/source/core/dataaccess/SharedConnection.hxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/core/dataaccess/SharedConnection.hxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/core/dataaccess/SharedConnection.hxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/core/dataaccess/SharedConnection.hxx Wed Nov 14 23:53:04 2012
@@ -157,9 +157,6 @@ namespace dbaccess
         virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getTypeMap(  ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
 	};
 	
-#ifdef IMPLEMENT_GET_IMPLEMENTATION_ID
-	IMPLEMENT_GET_IMPLEMENTATION_ID( OSharedConnection );
-#endif
 //........................................................................
 }	// namespace dbaccess
 //........................................................................

Modified: incubator/ooo/branches/gbuild/main/dbaccess/source/core/dataaccess/connection.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/core/dataaccess/connection.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/core/dataaccess/connection.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/core/dataaccess/connection.cxx Wed Nov 14 23:53:04 2012
@@ -54,6 +54,7 @@
 #include <comphelper/sequence.hxx>
 #include <cppuhelper/typeprovider.hxx>
 #include <rtl/logfile.hxx>
+#include "SharedConnection.hxx"
 
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
@@ -79,6 +80,9 @@ using ::com::sun::star::sdb::tools::XDat
 namespace dbaccess
 {
 //........................................................................
+#ifdef IMPLEMENT_GET_IMPLEMENTATION_ID
+	IMPLEMENT_GET_IMPLEMENTATION_ID( OSharedConnection );
+#endif
 
 //==========================================================================
 // XServiceInfo

Modified: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_module.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_module.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_module.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_module.cxx Wed Nov 14 23:53:04 2012
@@ -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"
 

Modified: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_services.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_services.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_services.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_services.cxx Wed Nov 14 23:53:04 2012
@@ -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"
 

Modified: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_types.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_types.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_types.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/dbmm_types.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/docinteraction.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/docinteraction.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/docinteraction.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/docinteraction.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationdialog.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationdialog.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationdialog.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationpages.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationpages.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationpages.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationpages.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationwizard.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationwizard.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationwizard.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/macromigrationwizard.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/migrationengine.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/migrationengine.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/migrationengine.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/migrationengine.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/migrationlog.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/migrationlog.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/migrationlog.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/migrationlog.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/progresscapture.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/progresscapture.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/progresscapture.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/progresscapture.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/progressmixer.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/progressmixer.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/progressmixer.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ext/macromigration/progressmixer.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/dbloader2.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/dbloader2.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/dbloader2.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/dbloader2.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlAutoStyle.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlAutoStyle.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlAutoStyle.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlAutoStyle.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlColumn.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlColumn.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlColumn.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlColumn.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlComponent.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlComponent.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlComponent.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlComponent.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlConnectionData.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlConnectionData.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlConnectionData.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlConnectionData.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlConnectionResource.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlConnectionResource.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlConnectionResource.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlConnectionResource.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSource.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSource.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSource.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSource.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDatabase.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDatabase.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDatabase.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDatabase.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDocuments.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDocuments.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDocuments.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlDocuments.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlExport.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlExport.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlExport.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlExport.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlHelper.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlHelper.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlHelper.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlHelper.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlLogin.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlLogin.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlLogin.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlLogin.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlQuery.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlQuery.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlQuery.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlQuery.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlServerDatabase.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlServerDatabase.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlServerDatabase.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlServerDatabase.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlStyleImport.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlStyleImport.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlStyleImport.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlStyleImport.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTable.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTable.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTable.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTable.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTableFilterList.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlfilter.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlfilter.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlfilter.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlfilter.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlservices.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlservices.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlservices.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/filter/xml/xmlservices.cxx Wed Nov 14 23:53:04 2012
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbaxml.hxx"
 
 #ifndef _CPPUHELPER_FACTORY_HXX_
 #include <cppuhelper/factory.hxx>
@@ -70,7 +70,7 @@ extern "C" void SAL_CALL createRegistryI
 
 //---------------------------------------------------------------------------------------
 
-extern "C" void SAL_CALL component_getImplementationEnvironment(
+extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
 				const sal_Char	**ppEnvTypeName,
 				uno_Environment	**
 			)
@@ -80,7 +80,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: incubator/ooo/branches/gbuild/main/dbaccess/source/sdbtools/misc/sdbt_services.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/sdbtools/misc/sdbt_services.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/sdbtools/misc/sdbt_services.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/sdbtools/misc/sdbt_services.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/shared/dbu_reghelper.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/shared/dbu_reghelper.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/shared/dbu_reghelper.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/shared/dbu_reghelper.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/shared/dbustrings.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/shared/dbustrings.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/shared/dbustrings.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/shared/dbustrings.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/shared/flt_reghelper.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/shared/flt_reghelper.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/shared/flt_reghelper.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/shared/flt_reghelper.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/shared/xmlstrings.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/shared/xmlstrings.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/shared/xmlstrings.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/shared/xmlstrings.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppController.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppController.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppController.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppController.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppControllerDnD.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppControllerDnD.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppControllerDnD.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppControllerDnD.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppControllerGen.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppControllerGen.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppControllerGen.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppControllerGen.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppDetailPageHelper.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppDetailPageHelper.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppDetailPageHelper.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppDetailPageHelper.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppDetailView.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppDetailView.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppDetailView.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppDetailView.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppIconControl.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppIconControl.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppIconControl.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppIconControl.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppSwapWindow.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppSwapWindow.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppSwapWindow.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppSwapWindow.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppTitleWindow.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppTitleWindow.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppTitleWindow.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppTitleWindow.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppView.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppView.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppView.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/AppView.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/subcomponentmanager.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/subcomponentmanager.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/subcomponentmanager.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/app/subcomponentmanager.cxx Wed Nov 14 23:53:04 2012
@@ -20,7 +20,7 @@
  *************************************************************/
 
 
-
+#include "precompiled_dbui.hxx"
 #include "subcomponentmanager.hxx"
 #include "AppController.hxx"
 #include "dbustrings.hrc"

Modified: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/AsyncronousLink.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/AsyncronousLink.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/AsyncronousLink.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/AsyncronousLink.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/brwctrlr.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/brwctrlr.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/brwctrlr.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/brwctrlr.cxx Wed Nov 14 23:53:04 2012
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 
 
 

Modified: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/brwview.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/brwview.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/brwview.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/brwview.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dataview.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dataview.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dataview.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dataview.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbexchange.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbexchange.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbexchange.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbexchange.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbloader.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbloader.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbloader.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbloader.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbtreemodel.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbtreemodel.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbtreemodel.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbtreemodel.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbtreeview.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbtreeview.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbtreeview.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dbtreeview.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dsEntriesNoExp.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dsEntriesNoExp.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dsEntriesNoExp.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dsEntriesNoExp.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dsbrowserDnD.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dsbrowserDnD.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dsbrowserDnD.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/dsbrowserDnD.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/exsrcbrw.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/exsrcbrw.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/exsrcbrw.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/exsrcbrw.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/formadapter.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/formadapter.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/formadapter.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/formadapter.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/genericcontroller.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/genericcontroller.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/genericcontroller.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/genericcontroller.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/sbagrid.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/sbagrid.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/sbagrid.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/sbagrid.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/sbamultiplex.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/sbamultiplex.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/sbamultiplex.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/sbamultiplex.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/unodatbr.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/unodatbr.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/unodatbr.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/browser/unodatbr.cxx Wed Nov 14 23:53:04 2012
@@ -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);
@@ -1690,7 +1691,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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/ColumnControlWindow.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/ColumnControlWindow.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/ColumnControlWindow.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/ColumnControlWindow.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/FieldDescControl.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/FieldDescControl.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/FieldDescControl.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/FieldDescControl.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/RelationControl.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/RelationControl.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/RelationControl.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/RelationControl.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/ScrollHelper.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/ScrollHelper.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/ScrollHelper.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/ScrollHelper.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/SqlNameEdit.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/SqlNameEdit.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/SqlNameEdit.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/SqlNameEdit.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/TableGrantCtrl.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/TableGrantCtrl.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/TableGrantCtrl.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/TableGrantCtrl.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/VertSplitView.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/VertSplitView.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/VertSplitView.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/VertSplitView.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/charsetlistbox.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/charsetlistbox.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/charsetlistbox.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/charsetlistbox.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/curledit.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/curledit.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/curledit.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/curledit.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/dbtreelistbox.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/dbtreelistbox.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/dbtreelistbox.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/dbtreelistbox.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/listviewitems.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/listviewitems.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/listviewitems.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/listviewitems.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/marktree.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/marktree.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/marktree.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/marktree.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/opendoccontrols.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/opendoccontrols.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/opendoccontrols.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/opendoccontrols.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/sqledit.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/sqledit.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/sqledit.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/sqledit.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/statusbarontroller.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/statusbarontroller.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/statusbarontroller.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/statusbarontroller.cxx Wed Nov 14 23:53:04 2012
@@ -22,7 +22,7 @@
 
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbaccess.hxx"
+#include "precompiled_dbui.hxx"
 #include "statusbarontroller.hxx"
 #ifndef _DBU_REGHELPER_HXX_
 #include "dbu_reghelper.hxx"

Modified: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/tabletree.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/tabletree.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/tabletree.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/tabletree.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/toolboxcontroller.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/toolboxcontroller.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/toolboxcontroller.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/toolboxcontroller.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/undosqledit.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/undosqledit.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/undosqledit.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/control/undosqledit.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AdabasStat.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AdabasStat.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AdabasStat.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AdabasStat.cxx Wed Nov 14 23:53:04 2012
@@ -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>

Added: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AutoControlsDef.hrc
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AutoControlsDef.hrc?rev=1409572&view=auto
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AutoControlsDef.hrc (added)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AutoControlsDef.hrc Wed Nov 14 23:53:04 2012
@@ -0,0 +1,86 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ * 
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org.  If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+
+
+#ifndef _DBAUI_AUTOCONTROLSDEF_HRC_
+#define _DBAUI_AUTOCONTROLSDEF_HRC_
+
+#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
+#endif // _DBAUI_AUTOCONTROLSDEF_HRC_

Modified: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/CollectionView.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/CollectionView.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/CollectionView.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/CollectionView.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionHelper.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionHelper.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionHelper.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionHelper.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionPage.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionPage.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionPage.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionPage.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DbAdminImpl.cxx Wed Nov 14 23:53:04 2012
@@ -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: incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DriverSettings.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DriverSettings.cxx?rev=1409572&r1=1409571&r2=1409572&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DriverSettings.cxx (original)
+++ incubator/ooo/branches/gbuild/main/dbaccess/source/ui/dlg/DriverSettings.cxx Wed Nov 14 23:53:04 2012
@@ -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"