summaryrefslogtreecommitdiffstats
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/node.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/node.hxx b/unoxml/source/dom/node.hxx
index be84ee49087c..d880eab60c75 100644
--- a/unoxml/source/dom/node.hxx
+++ b/unoxml/source/dom/node.hxx
@@ -56,7 +56,7 @@
#include <libxml/tree.h>
#include <map>
-#include <hash_map>
+#include <boost/unordered_map.hpp>
using ::rtl::OUString;
using ::rtl::OString;
@@ -92,7 +92,7 @@ namespace DOM
};
typedef std::vector< std::vector<Namespace> > NamespaceVectorType;
- typedef std::hash_map< OUString,
+ typedef boost::unordered_map< OUString,
sal_Int32,
rtl::OUStringHash > NamespaceMapType;