From b4adb0c533cc99633f360cb12014aa35599d943a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Jan 2017 11:31:51 +0200 Subject: loplugin: unnecessary destructor forms..idlc Change-Id: I765e0fa61f8134a60e5ea24452c6bbcb3fa8b054 Reviewed-on: https://gerrit.libreoffice.org/33492 Tested-by: Jenkins Reviewed-by: Noel Grandin --- helpcompiler/inc/BasCodeTagger.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'helpcompiler/inc/BasCodeTagger.hxx') 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(); -- cgit