Tag: cws_dev300_obo30
User: obo     
Date: 2008-06-10 14:54:46+0000
Modified:
   dba/dbaccess/inc/pch/precompiled_dbaccess.hxx
   dba/dbaccess/source/core/api/RowSetCache.cxx
   dba/dbaccess/source/core/api/querycomposer.cxx

Log:
 #i90100# ENABLE_PCH: re-sort some header

File Changes:

Directory: /dba/dbaccess/inc/pch/
=================================

File [changed]: precompiled_dbaccess.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/inc/pch/precompiled_dbaccess.hxx?r1=1.5.40.3&r2=1.5.40.4
Delta lines:  +1 -3
-------------------
--- precompiled_dbaccess.hxx    2008-06-10 14:19:32+0000        1.5.40.3
+++ precompiled_dbaccess.hxx    2008-06-10 14:54:43+0000        1.5.40.4
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: precompiled_dbaccess.hxx,v $
- * $Revision: 1.5.40.3 $
+ * $Revision: 1.5.40.4 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -515,10 +515,8 @@
 #include "xmloff/xmltoken.hxx"
 #include "xmloff/xmltypes.hxx"
 
-#include "../source/core/api/RowSetCache.hxx"
 //---MARKER---
 
 #endif
 
 
-

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: RowSetCache.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.cxx?r1=1.97&r2=1.97.40.1
Delta lines:  +49 -44
---------------------
--- RowSetCache.cxx     2008-04-10 12:26:52+0000        1.97
+++ RowSetCache.cxx     2008-06-10 14:54:43+0000        1.97.40.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: RowSetCache.cxx,v $
- * $Revision: 1.97 $
+ * $Revision: 1.97.40.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -31,33 +31,12 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_dbaccess.hxx"
 
-#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
-#include "RowSetCache.hxx"
-#endif
-#ifndef _DBA_CORE_RESOURCE_HXX_
-#include "core_resource.hxx"
-#endif
-#ifndef _DBA_CORE_RESOURCE_HRC_
-#include "core_resource.hrc"
-#endif
 #ifndef _COMPHELPER_SEQSTREAM_HXX
 #include <comphelper/seqstream.hxx>
 #endif
 #ifndef _COMPHELPER_UNO3_HXX_
 #include <comphelper/uno3.hxx>
 #endif
-#ifndef DBACCESS_CORE_API_BOOKMARKSET_HXX
-#include "BookmarkSet.hxx"
-#endif
-#ifndef DBACCESS_CORE_API_STATICSET_HXX
-#include "StaticSet.hxx"
-#endif
-#ifndef DBACCESS_CORE_API_KEYSET_HXX
-#include "KeySet.hxx"
-#endif
-#ifndef DBACCESS_SHARED_DBASTRINGS_HRC
-#include "dbastrings.hrc"
-#endif
 #ifndef _COMPHELPER_EXTRACT_HXX_
 #include <comphelper/extract.hxx>
 #endif
@@ -114,6 +93,27 @@
 #endif
 
 #include <algorithm>
+#ifndef DBACCESS_CORE_API_ROWSETCACHE_HXX
+#include "RowSetCache.hxx"
+#endif
+#ifndef _DBA_CORE_RESOURCE_HXX_
+#include "core_resource.hxx"
+#endif
+#ifndef _DBA_CORE_RESOURCE_HRC_
+#include "core_resource.hrc"
+#endif
+#ifndef DBACCESS_CORE_API_BOOKMARKSET_HXX
+#include "BookmarkSet.hxx"
+#endif
+#ifndef DBACCESS_CORE_API_STATICSET_HXX
+#include "StaticSet.hxx"
+#endif
+#ifndef DBACCESS_CORE_API_KEYSET_HXX
+#include "KeySet.hxx"
+#endif
+#ifndef DBACCESS_SHARED_DBASTRINGS_HRC
+#include "dbastrings.hrc"
+#endif
 
 using namespace dbaccess;
 using namespace dbtools;
@@ -1589,3 +1589,8 @@
        return _bCheck;
 }
 // 
-----------------------------------------------------------------------------
+
+
+
+
+

File [changed]: querycomposer.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/querycomposer.cxx?r1=1.67&r2=1.67.40.1
Delta lines:  +11 -6
--------------------
--- querycomposer.cxx   2008-04-10 12:33:37+0000        1.67
+++ querycomposer.cxx   2008-06-10 14:54:43+0000        1.67.40.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: querycomposer.cxx,v $
- * $Revision: 1.67 $
+ * $Revision: 1.67.40.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -31,9 +31,6 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_dbaccess.hxx"
 
-#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
-#include "querycomposer.hxx"
-#endif
 #ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_
 #include <com/sun/star/lang/DisposedException.hpp>
 #endif
@@ -94,6 +91,9 @@
 #ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_
 #include <com/sun/star/container/XChild.hpp>
 #endif
+#ifndef DBACCESS_CORE_API_QUERYCOMPOSER_HXX
+#include "querycomposer.hxx"
+#endif
 #ifndef DBA_HELPERCOLLECTIONS_HXX
 #include "HelperCollections.hxx"
 #endif
@@ -362,3 +362,8 @@
        OSubComponent::release();
 }
 // 
-----------------------------------------------------------------------------
+
+
+
+
+




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to