summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/TransformerActions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/TransformerActions.hxx')
-rw-r--r--xmloff/source/transform/TransformerActions.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/transform/TransformerActions.hxx b/xmloff/source/transform/TransformerActions.hxx
index e28afc7f5a16..f1950ec138f7 100644
--- a/xmloff/source/transform/TransformerActions.hxx
+++ b/xmloff/source/transform/TransformerActions.hxx
@@ -22,10 +22,9 @@
#include <rtl/ustring.hxx>
#include <xmloff/nmspmap.hxx>
-
-#include <boost/unordered_map.hpp>
#include "TransformerActionInit.hxx"
#include "TransformerAction.hxx"
+#include <unordered_map>
struct NameKey_Impl
{
@@ -133,7 +132,7 @@ struct TransformerAction_Impl
};
class XMLTransformerActions :
- public ::boost::unordered_map< NameKey_Impl, TransformerAction_Impl,
+ public std::unordered_map< NameKey_Impl, TransformerAction_Impl,
NameHash_Impl, NameHash_Impl >
{
public: