summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-04 12:08:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-04 12:14:09 +0100
commitfd79f88272d13c36e88199d276fea94f6b567a13 (patch)
treea6e39b19009a338b7926f316921d1eb13e2d1def /include/xmloff
parent22cea99518af0358ddabab95f68fedcb94a7d923 (diff)
crashtesting: use a stack with the expected dtor order for its elements
contains test document which crashes if it doesn't Change-Id: Ieeee6cc7007a90d37225fffd636c9648289f04d7
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlimp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index 07168bcf0b54..0aedd5b2a6f7 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -23,7 +23,7 @@
#include <sal/config.h>
#include <set>
-#include <stack>
+#include <o3tl/stack.hxx>
#include <xmloff/dllapi.h>
#include <sal/types.h>
@@ -86,8 +86,8 @@ class XMLErrors;
class StyleMap;
enum class SvXMLErrorFlags;
-typedef std::stack<SvXMLImportContextRef> SvXMLImportContexts_Impl;
-typedef std::stack<css::uno::Reference<css::xml::sax::XFastContextHandler>>
+typedef o3tl::stack<SvXMLImportContextRef> SvXMLImportContexts_Impl;
+typedef o3tl::stack<css::uno::Reference<css::xml::sax::XFastContextHandler>>
FastSvXMLImportContexts_Impl;
namespace xmloff {