summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VTable.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-11-06 07:13:24 +0000
committerOcke Janssen <oj@openoffice.org>2000-11-06 07:13:24 +0000
commit1307de2b63baff701c92b1f8d3f0cf6183319039 (patch)
treec5882c1fc855e7cd3534538f481b3188103aaaa0 /connectivity/source/sdbcx/VTable.cxx
parent19f6689a9282d1ef0452ff8a36f90adfd163c633 (diff)
full qualifier for linux
Diffstat (limited to 'connectivity/source/sdbcx/VTable.cxx')
-rw-r--r--connectivity/source/sdbcx/VTable.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/sdbcx/VTable.cxx b/connectivity/source/sdbcx/VTable.cxx
index 9b8cbc207e0e..007f5aaf0858 100644
--- a/connectivity/source/sdbcx/VTable.cxx
+++ b/connectivity/source/sdbcx/VTable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VTable.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2000-11-03 13:36:27 $
+ * last change: $Author: oj $ $Date: 2000-11-06 08:11:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,7 +220,7 @@ void SAL_CALL OTable::disposing(void)
Reference< XNameAccess > SAL_CALL OTable::getColumns( ) throw(RuntimeException)
{
::osl::MutexGuard aGuard(m_aMutex);
- if (rBHelper.bDisposed)
+ if (OTableDescriptor_BASE::rBHelper.bDisposed)
throw DisposedException();
if(!m_pColumns)