summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-11-14 12:30:02 +0000
committerOcke Janssen <oj@openoffice.org>2000-11-14 12:30:02 +0000
commitef8e2739d6fcd5ec36976f4c926825003625dd10 (patch)
treeab81053433ae889bdb0f7c73cde074c216bb8a9d
parentfbb0bafd802a2d001c319e06fa9c8e7068591cd3 (diff)
baseclass call
-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 066e761b02ea..b5a29140f448 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2000-11-03 14:17:57 $
+ * last change: $Author: oj $ $Date: 2000-11-14 13:30:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ IMPLEMENT_SERVICE_INFO(ODbaseConnection, "com.sun.star.sdbc.drivers.dbase.Connec
Reference< XDatabaseMetaData > SAL_CALL ODbaseConnection::getMetaData( ) throw(SQLException, RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
- if (OConnection_B::rBHelper.bDisposed)
+ if (OConnection_BASE::rBHelper.bDisposed)
throw DisposedException();
Reference< XDatabaseMetaData > xMetaData = m_xMetaData;