summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc/OConnection.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-24 15:34:43 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-24 15:34:43 +0000
commit444c5cbdeb11577f265f256d616c921c20246e99 (patch)
tree8e057c49a4a2d97a98ea22481bd83f52f70a0a86 /connectivity/source/drivers/odbc/OConnection.cxx
parent7ca8b14889621c6ad5bf3f654bfa51476685ce7c (diff)
make strings unique for lib's
Diffstat (limited to 'connectivity/source/drivers/odbc/OConnection.cxx')
-rw-r--r--connectivity/source/drivers/odbc/OConnection.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/odbc/OConnection.cxx b/connectivity/source/drivers/odbc/OConnection.cxx
index 924c6f8ef483..f91bd5359a40 100644
--- a/connectivity/source/drivers/odbc/OConnection.cxx
+++ b/connectivity/source/drivers/odbc/OConnection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: OConnection.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2000-10-06 14:50:41 $
+ * last change: $Author: oj $ $Date: 2000-10-24 16:27:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,7 @@
#endif
using namespace connectivity::odbc;
+using namespace connectivity::dbtools;
//------------------------------------------------------------------------------
using namespace com::sun::star::uno;