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 /helpcompiler | |
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 'helpcompiler')
-rw-r--r-- | helpcompiler/inc/BasCodeTagger.hxx | 1 | ||||
-rw-r--r-- | helpcompiler/inc/HelpLinker.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx index 1020374a9097..ae180fa7451c 100644 --- a/helpcompiler/inc/BasCodeTagger.hxx +++ b/helpcompiler/inc/BasCodeTagger.hxx @@ -54,7 +54,6 @@ class L10N_DLLPUBLIC LibXmlTreeWalker public: LibXmlTreeWalker( xmlDocPtr doc ); - ~LibXmlTreeWalker() {} void nextNode(); xmlNodePtr currentNode() { return m_pCurrentNode;} bool end(); diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx index 59e48834c651..ddbe3480016b 100644 --- a/helpcompiler/inc/HelpLinker.hxx +++ b/helpcompiler/inc/HelpLinker.hxx @@ -60,9 +60,6 @@ public: , m_bUseLangRoot(true) , m_bCreateIndex(true) {} - ~HelpLinker() - { - } private: Stringtable additionalFiles; |