diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-11-28 14:14:35 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-11-28 14:14:35 +0100 |
commit | 507f1a34a791f6756a61d85c0f7097820669ee70 (patch) | |
tree | a0cf2d198ed912ad7927612696a69eefe9cf44c6 /connectivity | |
parent | 0c59e2ddd6a174629618acea97cf5406c36ce7f3 (diff) |
loplugin:unnecessaryoverride (dtors) in connectivity
Change-Id: Icba385b3b7f6991f4dab7b2fd57beab5ac184df0
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_connection.cxx | 4 | ||||
-rw-r--r-- | connectivity/source/sdbcx/VCollection.cxx | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.cxx b/connectivity/source/drivers/postgresql/pq_connection.cxx index 9ea84719f800..9a7c03994d5e 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.cxx +++ b/connectivity/source/drivers/postgresql/pq_connection.cxx @@ -105,10 +105,6 @@ public: { } - virtual ~ClosableReference() override - { - } - virtual void SAL_CALL dispose() throw (std::exception) override { if( m_conn.is() ) diff --git a/connectivity/source/sdbcx/VCollection.cxx b/connectivity/source/sdbcx/VCollection.cxx index 690e7904e4dc..f1eee6061e92 100644 --- a/connectivity/source/sdbcx/VCollection.cxx +++ b/connectivity/source/sdbcx/VCollection.cxx @@ -59,9 +59,6 @@ namespace : m_aNameMap(_bCase) { } - virtual ~OHardRefMap() override - { - } virtual bool exists(const OUString& _sName ) override { |