diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-31 11:28:46 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-01 06:48:50 +0000 |
commit | c150ac07873e2861d0b4531fe88648801c9995be (patch) | |
tree | 9f09f6095644feb0b9eacf3af68bd02f046b7917 /l10ntools/inc/xmlparse.hxx | |
parent | 3aaa90c36c2910847576bd9362276b0e9b5acca4 (diff) |
loplugin:unusedmethods
Change-Id: Ia7981447e96d9ac87526ad1276585ab3077d7f08
Reviewed-on: https://gerrit.libreoffice.org/25707
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index ad3bd875dd11..8d8fe9f458d9 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -93,7 +93,6 @@ private: protected: XMLChildNode( XMLParentNode *pPar ); - XMLChildNode(): m_pParent( nullptr ){}; XMLChildNode( const XMLChildNode& rObj); XMLChildNode& operator=(const XMLChildNode& rObj); public: |