diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-18 07:54:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-18 12:11:33 +0000 |
commit | b495eb4dbaf9165414b2082572d96d14dbf38d1f (patch) | |
tree | 11287cca8fab4c0c047aad82509dce0dd4f68897 /connectivity | |
parent | 97e61ba58c357564d8fbffea94c8aa56636480b9 (diff) |
loplugin:datamembershadow
Change-Id: I8a737a2f22c7be9630a1f7562b4309e687bb85f9
Reviewed-on: https://gerrit.libreoffice.org/30948
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mork/MCatalog.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/mork/MCatalog.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mork/MCatalog.cxx b/connectivity/source/drivers/mork/MCatalog.cxx index 27bd3456528d..d8b81ef270cd 100644 --- a/connectivity/source/drivers/mork/MCatalog.cxx +++ b/connectivity/source/drivers/mork/MCatalog.cxx @@ -30,7 +30,6 @@ using namespace ::com::sun::star::container; OCatalog::OCatalog(OConnection* _pCon) : connectivity::sdbcx::OCatalog(_pCon) ,m_pConnection(_pCon) - ,m_xMetaData(m_pConnection->getMetaData( )) { // osl_atomic_increment( &m_refCount ); // refreshTables(); diff --git a/connectivity/source/drivers/mork/MCatalog.hxx b/connectivity/source/drivers/mork/MCatalog.hxx index 7598d7fcbe6c..5f4b8245369f 100644 --- a/connectivity/source/drivers/mork/MCatalog.hxx +++ b/connectivity/source/drivers/mork/MCatalog.hxx @@ -31,7 +31,6 @@ namespace connectivity class OCatalog : public connectivity::sdbcx::OCatalog { OConnection* m_pConnection; // used to get the metadata - css::uno::Reference< css::sdbc::XDatabaseMetaData > m_xMetaData; // just to make things easier public: // implementation of the pure virtual methods |