summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DConnection.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-27 09:08:14 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-27 09:08:14 +0000
commit9a2d49b31cb45fbee94587c2a476e6727d31da20 (patch)
tree3abfbe0b7cf004230d3d2b76f5cfaa0ef25739d9 /connectivity/source/drivers/dbase/DConnection.cxx
parent92f7dac58322055687b2394718b3e19ad672034e (diff)
UnoTunnel impl for the connections
Diffstat (limited to 'connectivity/source/drivers/dbase/DConnection.cxx')
-rw-r--r--connectivity/source/drivers/dbase/DConnection.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/dbase/DConnection.cxx b/connectivity/source/drivers/dbase/DConnection.cxx
index 511a1f4d3b..dac42f5d21 100644
--- a/connectivity/source/drivers/dbase/DConnection.cxx
+++ b/connectivity/source/drivers/dbase/DConnection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DConnection.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2000-11-14 13:30:02 $
+ * last change: $Author: oj $ $Date: 2001-04-27 10:08:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,7 @@
using namespace connectivity::dbase;
using namespace connectivity::file;
-typedef connectivity::file::OConnection OConnection_B;
+typedef connectivity::file::OConnection OConnection_BASE;
//------------------------------------------------------------------------------
using namespace ::com::sun::star::uno;