summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-11 23:47:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-11 23:47:41 +0200
commitfb22eb425735b2741c3cb77d9a1700b663acd11b (patch)
tree79499d775f35b40f956d8008e9a786a4a05a1821 /l10ntools/inc
parent7e1939803349a8a54cc85f27b505ef4e162afc53 (diff)
Fix XMLFile::SearchL10NElements signature
Change-Id: I34134f75ac5571a635256d349bf5a2f67ef8ef06
Diffstat (limited to 'l10ntools/inc')
-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 cabce4198dd2..bca92c1c726e 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -155,7 +155,7 @@ public:
virtual ~XMLFile();
void Print( XMLNode *pCur = NULL, sal_uInt16 nLevel = 0 );
- virtual void SearchL10NElements( XMLParentNode *pCur, int pos = 0 );
+ virtual void SearchL10NElements( XMLChildNode *pCur, int pos = 0 );
void Extract( XMLFile *pCur = NULL );
XMLHashMap* GetStrings(){ return m_pXMLStrings; }