summaryrefslogtreecommitdiff
path: root/include/toolkit/controls
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-26 10:57:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-26 10:07:23 +0000
commita49cbc58933c30d82bab458f2ed5af622bea4690 (patch)
tree7a6f2e7b9cd37c8cfee5b17e63bc773ddef4771c /include/toolkit/controls
parent788368633a19bb605fd36ae413d1d70bfc0de875 (diff)
loplugin: unnecessary destructor test..unotools
Change-Id: I1fd8a3f39b875d1920759f42e37f4c9d6785d62e Reviewed-on: https://gerrit.libreoffice.org/33573 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit/controls')
-rw-r--r--include/toolkit/controls/unocontrols.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/toolkit/controls/unocontrols.hxx b/include/toolkit/controls/unocontrols.hxx
index 4a8896b44ec6..84c602620fc2 100644
--- a/include/toolkit/controls/unocontrols.hxx
+++ b/include/toolkit/controls/unocontrols.hxx
@@ -543,7 +543,6 @@ private:
public:
UnoCheckBoxControl();
- virtual ~UnoCheckBoxControl() override {}
OUString GetComponentServiceName() override;
void SAL_CALL createPeer( const css::uno::Reference< css::awt::XToolkit >& Toolkit, const css::uno::Reference< css::awt::XWindowPeer >& Parent ) throw(css::uno::RuntimeException, std::exception) override;