summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xmlparse.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-01 15:28:14 +0200
committerNoel Grandin <noel@peralex.com>2016-03-02 07:57:37 +0200
commit88eda6e3f932c97e998343829acbc444d03f5167 (patch)
treed4cd29bcfe615cbfb6451759ee22dd5d1f3ca0c5 /l10ntools/inc/xmlparse.hxx
parent5055b4ad7be50e905ebc0c032fa9f5cdc6316fc1 (diff)
loplugin:unuseddefaultparam in l10ntools
Change-Id: I688ed796c054002ed05a1a2faa04c6f7a3123ef0
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r--l10ntools/inc/xmlparse.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 94a6188df8b2..29397bf85f1a 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -156,7 +156,7 @@ public:
void Print( XMLNode *pCur = nullptr, sal_uInt16 nLevel = 0 );
void SearchL10NElements( XMLChildNode *pCur, int pos = 0 );
- void Extract( XMLFile *pCur = nullptr );
+ void Extract();
XMLHashMap* GetStrings(){ return m_pXMLStrings.get(); }
void Write( OString const &rFilename );