summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-11 10:21:40 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-11 10:21:40 +0000
commit780b7bb117d39e5d09c4452c28c25f0548241e33 (patch)
tree54e1260facff8dca483022fa627b4db4e34ecb4f /dbaccess/source/shared
parent65f91bd7823742477c9dd2f3202dbe25d60d96b5 (diff)
replace unotools with comphelper
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r--dbaccess/source/shared/apitools.cxx4
-rw-r--r--dbaccess/source/shared/registrationhelper.cxx10
2 files changed, 7 insertions, 7 deletions
diff --git a/dbaccess/source/shared/apitools.cxx b/dbaccess/source/shared/apitools.cxx
index a4c28f763649..7b30b0b85adb 100644
--- a/dbaccess/source/shared/apitools.cxx
+++ b/dbaccess/source/shared/apitools.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: apitools.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:56 $
+ * last change: $Author: fs $ $Date: 2000-10-11 11:21:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
diff --git a/dbaccess/source/shared/registrationhelper.cxx b/dbaccess/source/shared/registrationhelper.cxx
index 36c514eb6795..40c8d569175c 100644
--- a/dbaccess/source/shared/registrationhelper.cxx
+++ b/dbaccess/source/shared/registrationhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registrationhelper.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:56 $
+ * last change: $Author: fs $ $Date: 2000-10-11 11:21:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,15 +66,15 @@
#ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
#endif
-#ifndef _UTL_SEQUENCE_HXX_
-#include <unotools/sequence.hxx>
+#ifndef _COMPHELPER_SEQUENCE_HXX_
+#include <comphelper/sequence.hxx>
#endif
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
using namespace ::rtl;
-using namespace ::utl;
+using namespace ::comphelper;
using namespace ::cppu;
Sequence< OUString >* OModuleRegistration::s_pImplementationNames = NULL;