summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-01-23 19:25:33 -0800
committerJoseph Powers <jpowers27@cox.net>2011-01-23 19:25:33 -0800
commit70f88f0abddcf7b13e191f15b9d1e75d7a0b4525 (patch)
tree37a45f46e30c21829e926a65766fde3b92102463 /l10ntools/inc
parent9440f6e585e79861f4dff4793aa0cfc1109041b6 (diff)
Remove DECLARE_LIST( XMLStringList, XMLElement* )
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/xmlparse.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index ada8c8381997..65a546096966 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -188,8 +188,6 @@ public:
//-------------------------------------------------------------------------
-DECLARE_LIST( XMLStringList, XMLElement* )
-
/// Mapping numeric Language code <-> XML Element
typedef std::hash_map< ByteString ,XMLElement* , hashByteString,equalByteString > LangHashMap;