summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-06 08:37:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-06 08:37:26 +0000
commit38a95917d83e8f5771c95332a62ee79eea9c821c (patch)
treea9ec51e31bf094f26a051032a2a422442deceddc /dbaccess/source/filter
parent6da1f05d5672274c5773397977c17ba14f5e9370 (diff)
#i10000#: disable namespace, seems to trigger a Studio 8 compiler bug in combination with XObjectInputStream streaming operator
Diffstat (limited to 'dbaccess/source/filter')
-rw-r--r--dbaccess/source/filter/migration/cfgimport.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/filter/migration/cfgimport.cxx b/dbaccess/source/filter/migration/cfgimport.cxx
index 346b6e625815..212cbab6efc4 100644
--- a/dbaccess/source/filter/migration/cfgimport.cxx
+++ b/dbaccess/source/filter/migration/cfgimport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgimport.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 15:17:04 $
+ * last change: $Author: hr $ $Date: 2004-08-06 09:37:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -173,8 +173,8 @@ extern "C" void SAL_CALL createRegistryInfo_OCfgImport( )
static ::dbacfg::OMultiInstanceAutoRegistration< ::dbacfg::OCfgImport > aAutoRegistration;
}
//--------------------------------------------------------------------------
-namespace dbacfg
-{
+using namespace dbacfg;
+// {
using namespace ::com::sun::star::util;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbcx;
@@ -921,5 +921,5 @@ sal_Bool isDocumentReport(const Reference< XMultiServiceFactory >& _xORB,const :
return bReport;
}
// -----------------------------------------------------------------------------
-}// dbacfg
+// }// dbacfg
// -----------------------------------------------------------------------------