summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 15:04:07 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 06:41:48 +0000
commit808c2b9ff52bea3c1e0580e7ac2aa75406d6e2d1 (patch)
tree80aa6c1e157d8239e5daf95bf1e07a750f6b62b6 /l10ntools
parent65bfed2bdb92b336ed64ac9d9fb1e7ace047885b (diff)
loplugin:unusedmethods in l10ntools to lotuswordpro
Change-Id: Ibda82734821f3faa9388f7508e6a3e39e5b5007d Reviewed-on: https://gerrit.libreoffice.org/25106 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/xmlparse.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 7b0daae041e0..4d1000c01f64 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -216,7 +216,6 @@ protected:
void Print(XMLNode *pCur, OStringBuffer& rBuffer, bool bRootelement) const;
public:
/// create an element node
- XMLElement(){}
XMLElement(
const OString &rName, // the element name
XMLParentNode *pParent // parent node of this element