diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-01-23 19:25:33 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-01-23 19:25:33 -0800 |
commit | 70f88f0abddcf7b13e191f15b9d1e75d7a0b4525 (patch) | |
tree | 37a45f46e30c21829e926a65766fde3b92102463 /l10ntools/inc | |
parent | 9440f6e585e79861f4dff4793aa0cfc1109041b6 (diff) |
Remove DECLARE_LIST( XMLStringList, XMLElement* )
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 2 |
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; |