summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xmlparse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r--l10ntools/inc/xmlparse.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index eeb86193c0e5..0a70c3d87357 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -165,10 +165,6 @@ public:
XMLChildNode *pChild /// the new child
);
- void AddChild(
- XMLChildNode *pChild , size_t pos /// the new child
- );
-
void RemoveAndDeleteAllChildren();
};