From c5df32e5cb6ef9727e566541d6cf29dbd5c32602 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Jan 2017 13:44:18 +0200 Subject: loplugin: unnecessary destructor jvmfwk..lotuswordpro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaa4f9b178ab265342255066af7fff09f5b33ab37 Reviewed-on: https://gerrit.libreoffice.org/33496 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- l10ntools/inc/export.hxx | 4 ---- l10ntools/inc/helpmerge.hxx | 1 - l10ntools/inc/xmlparse.hxx | 1 - 3 files changed, 6 deletions(-) (limited to 'l10ntools') diff --git a/l10ntools/inc/export.hxx b/l10ntools/inc/export.hxx index d04d85cf5a98..4e95a5f30ed4 100644 --- a/l10ntools/inc/export.hxx +++ b/l10ntools/inc/export.hxx @@ -246,10 +246,6 @@ class MergeDataHashMap { } - ~MergeDataHashMap() - { - } - typedef HashMap_t::iterator iterator; typedef HashMap_t::const_iterator const_iterator; diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 89c85433d84f..f5af853a51d0 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -41,7 +41,6 @@ private: public: HelpParser( const OString &rHelpFile ); - ~HelpParser(){}; /// Method append a PO file with the content of a parsed XML file /// @PRECOND rHelpFile is valid diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index 8329496402d2..6483dd19e972 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -98,7 +98,6 @@ protected: public: /// returns the parent of this node XMLParentNode *GetParent() { return m_pParent; } - virtual ~XMLChildNode() override {}; }; typedef std::vector< XMLChildNode* > XMLChildNodeList; -- cgit