diff options
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/xmlparse.hxx | 3 |
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; //------------------------------------------------------------------------- |