User: kz Date: 2008-06-24 16:44:38+0000 Modified: dba/dbaccess/source/core/api/RowSetCache.cxx
Log: INTEGRATION: CWS obo30 (1.97.40); FILE MERGED 2008/06/20 09:57:10 obo 1.97.40.2: RESYNC: (1.97-1.99); FILE MERGED 2008/06/10 14:54:43 obo 1.97.40.1: #i90100# ENABLE_PCH: re-sort some header File Changes: 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.99&r2=1.100 Delta lines: +47 -42 --------------------- --- RowSetCache.cxx 2008-06-16 12:30:34+0000 1.99 +++ RowSetCache.cxx 2008-06-24 16:44:35+0000 1.100 @@ -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; @@ -1588,3 +1588,8 @@ return _bCheck; } // ----------------------------------------------------------------------------- + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
