summaryrefslogtreecommitdiff
path: root/svx/inc/svx/ShapeTypeHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/ShapeTypeHandler.hxx')
-rw-r--r--svx/inc/svx/ShapeTypeHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/ShapeTypeHandler.hxx b/svx/inc/svx/ShapeTypeHandler.hxx
index ae9d329bb02b..a12351436872 100644
--- a/svx/inc/svx/ShapeTypeHandler.hxx
+++ b/svx/inc/svx/ShapeTypeHandler.hxx
@@ -41,7 +41,7 @@
#include <rtl/ustring.hxx>
#include <vector>
-#include <hash_map>
+#include <boost/unordered_map.hpp>
namespace accessibility {
@@ -204,7 +204,7 @@ private:
/** This hash map allows the fast look up of a type descriptor for a
given service name.
*/
- typedef ::std::hash_map<
+ typedef ::boost::unordered_map<
::rtl::OUString,ShapeTypeId,
::rtl::OUStringHash,
// ::comphelper::UStringHash,