diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-23 14:04:56 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 16:59:48 +0000 |
commit | a90a4810aeefbad270978ade194ced3b09d50449 (patch) | |
tree | 5545c4d42205a39a08ae085681ec8e04cb427cf5 /connectivity | |
parent | 6d9e4803806d1474039e25092a3c1ee268b0b9f8 (diff) |
loplugin: unnecessary destructor: comphelper..desktop
Change-Id: I9df4cb6a4b1734dac6141d6b0ee7a09e3e05f92e
Reviewed-on: https://gerrit.libreoffice.org/33453
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/sqlerror.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/commontools/sqlerror.cxx b/connectivity/source/commontools/sqlerror.cxx index f074257e2e80..c261aeca4d24 100644 --- a/connectivity/source/commontools/sqlerror.cxx +++ b/connectivity/source/commontools/sqlerror.cxx @@ -52,7 +52,6 @@ namespace connectivity { public: explicit SQLError_Impl( const Reference<XComponentContext> & _rxContext ); - ~SQLError_Impl(); // versions of the public SQLError methods which are just delegated to this impl-class static const OUString& getMessagePrefix(); @@ -95,11 +94,6 @@ namespace connectivity } - SQLError_Impl::~SQLError_Impl() - { - } - - const OUString& SQLError_Impl::getMessagePrefix() { static const OUString s_sMessagePrefix( "[OOoBase]" ); |