diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-24 13:44:18 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-24 15:56:31 +0000 |
commit | c5df32e5cb6ef9727e566541d6cf29dbd5c32602 (patch) | |
tree | f48f227f44728bf23a5d686730b1df7e45d37fba /l10ntools | |
parent | d92b12604b644195328b89cb9355cd4fc4bc3e2d (diff) |
loplugin: unnecessary destructor jvmfwk..lotuswordpro
Change-Id: Iaa4f9b178ab265342255066af7fff09f5b33ab37
Reviewed-on: https://gerrit.libreoffice.org/33496
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/inc/export.hxx | 4 | ||||
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 1 | ||||
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 1 |
3 files changed, 0 insertions, 6 deletions
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; |