diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-26 10:57:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-26 10:07:23 +0000 |
commit | a49cbc58933c30d82bab458f2ed5af622bea4690 (patch) | |
tree | 7a6f2e7b9cd37c8cfee5b17e63bc773ddef4771c /toolkit/source/controls | |
parent | 788368633a19bb605fd36ae413d1d70bfc0de875 (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 'toolkit/source/controls')
-rw-r--r-- | toolkit/source/controls/unocontrolcontainer.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/source/controls/unocontrolcontainer.cxx b/toolkit/source/controls/unocontrolcontainer.cxx index e53da45c3d9b..d752eb177b9a 100644 --- a/toolkit/source/controls/unocontrolcontainer.cxx +++ b/toolkit/source/controls/unocontrolcontainer.cxx @@ -73,7 +73,6 @@ private: public: UnoControlHolderList(); - ~UnoControlHolderList(); /** adds a control with the given name to the list @param _rxControl @@ -165,11 +164,6 @@ UnoControlHolderList::UnoControlHolderList() } -UnoControlHolderList::~UnoControlHolderList() -{ -} - - UnoControlHolderList::ControlIdentifier UnoControlHolderList::addControl( const uno::Reference< awt::XControl >& _rxControl, const OUString* _pName ) { return impl_addControl( _rxControl, _pName ); |