diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-24 11:31:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-25 05:20:06 +0000 |
commit | b4adb0c533cc99633f360cb12014aa35599d943a (patch) | |
tree | a13c9afc746c476a5b02e65d7a1d168ef71109b0 /formula | |
parent | 6c98339f7523db93ff8064282c19ab285d80612a (diff) |
loplugin: unnecessary destructor forms..idlc
Change-Id: I765e0fa61f8134a60e5ea24452c6bbcb3fa8b054
Reviewed-on: https://gerrit.libreoffice.org/33492
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'formula')
-rw-r--r-- | formula/source/ui/dlg/ControlHelper.hxx | 2 | ||||
-rw-r--r-- | formula/source/ui/resource/ModuleHelper.cxx | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/formula/source/ui/dlg/ControlHelper.hxx b/formula/source/ui/dlg/ControlHelper.hxx index 89e25bfc7877..ccfac94a6bf9 100644 --- a/formula/source/ui/dlg/ControlHelper.hxx +++ b/formula/source/ui/dlg/ControlHelper.hxx @@ -104,8 +104,6 @@ public: ArgInput(); - ~ArgInput() {} - void InitArgInput ( FixedText* pftArg, PushButton* pbtnFx, ArgEdit* pedArg, diff --git a/formula/source/ui/resource/ModuleHelper.cxx b/formula/source/ui/resource/ModuleHelper.cxx index 97fbf86a9534..175cf9f74914 100644 --- a/formula/source/ui/resource/ModuleHelper.cxx +++ b/formula/source/ui/resource/ModuleHelper.cxx @@ -48,7 +48,6 @@ class OModuleImpl public: /// ctor OModuleImpl(); - ~OModuleImpl(); /// get the manager for the resources of the module ResMgr* getResManager(); @@ -59,11 +58,6 @@ OModuleImpl::OModuleImpl() } -OModuleImpl::~OModuleImpl() -{ -} - - ResMgr* OModuleImpl::getResManager() { // note that this method is not threadsafe, which counts for the whole class ! |