summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-05 22:41:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-06 08:04:22 +0100
commit4a8175ebeb58555e5d48df134cfaf128293888f1 (patch)
tree316963d1842bcf5ea16f489dc1c6d076fe9bb3c9 /filter
parent0b5e5783d8b15b0415c9fd5043932882904aece8 (diff)
Get rid of DECLARE_STL_USTRINGACCESS_MAP
Change-Id: I00d02eaeff3eaa5f49550eb9c1d4e4e7e0b2203c
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltdialog/typedetectionimport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xsltdialog/typedetectionimport.hxx b/filter/source/xsltdialog/typedetectionimport.hxx
index c4a138fd73f0..273df2b68c90 100644
--- a/filter/source/xsltdialog/typedetectionimport.hxx
+++ b/filter/source/xsltdialog/typedetectionimport.hxx
@@ -24,10 +24,10 @@
#include <com/sun/star/io/XInputStream.hpp>
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
-#include <comphelper/stl_types.hxx>
#include "xmlfilterjar.hxx"
+#include <map>
#include <vector>
#include <stack>
@@ -48,7 +48,7 @@ enum ImportState
e_Unknown
};
-DECLARE_STL_USTRINGACCESS_MAP( OUString, PropertyMap );
+typedef std::map<OUString, OUString> PropertyMap;
struct Node
{