summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLEventImportHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLEventImportHelper.hxx')
-rw-r--r--xmloff/inc/XMLEventImportHelper.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/inc/XMLEventImportHelper.hxx b/xmloff/inc/XMLEventImportHelper.hxx
index 4dca7093f4d1..27c7f9afe5af 100644
--- a/xmloff/inc/XMLEventImportHelper.hxx
+++ b/xmloff/inc/XMLEventImportHelper.hxx
@@ -36,7 +36,6 @@ struct XMLEventNameTranslation;
typedef ::std::map< OUString, XMLEventContextFactory* > FactoryMap;
typedef ::std::map< XMLEventName, OUString > NameMap;
-typedef ::std::list< NameMap* > NameMapList;
/**
@@ -61,7 +60,7 @@ class XMLEventImportHelper
NameMap* pEventNameMap;
/// stack of previous aEventNameMap
- NameMapList aEventNameMapList;
+ std::list< NameMap* > aEventNameMapList;
public:
XMLEventImportHelper();