summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/TableDeco.cxx1
-rw-r--r--dbaccess/source/core/inc/TableDeco.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx
index 8f9ae648324a..4156552ddfa3 100644
--- a/dbaccess/source/core/api/TableDeco.cxx
+++ b/dbaccess/source/core/api/TableDeco.cxx
@@ -106,7 +106,6 @@ void SAL_CALL ODBTableDecorator::disposing()
MutexGuard aGuard(m_aMutex);
m_xTable = NULL;
m_xMetaData = NULL;
- m_pTables = NULL;
m_xColumnDefinitions = NULL;
m_xNumberFormats = NULL;
if ( m_pColumns )
diff --git a/dbaccess/source/core/inc/TableDeco.hxx b/dbaccess/source/core/inc/TableDeco.hxx
index 664312a4a7e5..5af0391cfbba 100644
--- a/dbaccess/source/core/inc/TableDeco.hxx
+++ b/dbaccess/source/core/inc/TableDeco.hxx
@@ -75,7 +75,6 @@ namespace dbaccess
mutable sal_Int32 m_nPrivileges;
// </properties>
::connectivity::sdbcx::OCollection* m_pColumns;
- ::connectivity::sdbcx::OCollection* m_pTables;
// IColumnFactory
virtual OColumn* createColumn(const OUString& _rName) const;