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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLEventImportHelper.hxx b/xmloff/inc/XMLEventImportHelper.hxx
index 23b7358834f6..0ad45da644ca 100644
--- a/xmloff/inc/XMLEventImportHelper.hxx
+++ b/xmloff/inc/XMLEventImportHelper.hxx
@@ -24,7 +24,7 @@
#include <xmloff/xmlevent.hxx>
#include <map>
-#include <list>
+#include <vector>
namespace com { namespace sun { namespace star {
@@ -60,7 +60,7 @@ class XMLEventImportHelper
NameMap* pEventNameMap;
/// stack of previous aEventNameMap
- std::list< NameMap* > aEventNameMapList;
+ std::vector< NameMap* > aEventNameMapVector;
public:
XMLEventImportHelper();