summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xmlparse.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-01-23 18:02:34 -0800
committerJoseph Powers <jpowers27@cox.net>2011-01-23 18:03:27 -0800
commitf461a9b041dcb6e3bbd6db63a84c133cd6931deb (patch)
treecaaf2af2d865e7cebcf0108b3e9a3488fdbac5cb /l10ntools/inc/xmlparse.hxx
parent5be744ad83bdb23d98dfb1767b6704336a8e0b5d (diff)
Remove DECLARE_LIST( XMLAttributeList, XMLAttribute * )
Diffstat (limited to 'l10ntools/inc/xmlparse.hxx')
-rw-r--r--l10ntools/inc/xmlparse.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index ac2252d2cedb..7ade01648249 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -64,7 +64,6 @@ using namespace std;
#define MAX_LANGUAGES 99
-//#define TESTDRIVER /* use xml2gsi testclass */
//-------------------------------------------------------------------------
/** Holds data of Attributes
@@ -96,7 +95,7 @@ public:
}
};
-DECLARE_LIST( XMLAttributeList, XMLAttribute * )
+typedef ::std::vector< XMLAttribute* > XMLAttributeList;
//-------------------------------------------------------------------------