diff options
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx index 3e9906665226..c333d1e3a62e 100644 --- a/l10ntools/inc/xmlparse.hxx +++ b/l10ntools/inc/xmlparse.hxx @@ -174,7 +174,7 @@ public: virtual int GetPosition( ByteString id ); int RemoveChild( XMLElement *pRefElement ); - void RemoveAndDeleteAllChilds(); + void RemoveAndDeleteAllChildren(); /// returns a child element which matches the given one XMLElement *GetChildElement( |