summaryrefslogtreecommitdiff
path: root/include/svx/ShapeTypeHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/ShapeTypeHandler.hxx')
-rw-r--r--include/svx/ShapeTypeHandler.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx
index 7a3729711d91..ee84c34109f5 100644
--- a/include/svx/ShapeTypeHandler.hxx
+++ b/include/svx/ShapeTypeHandler.hxx
@@ -30,8 +30,8 @@
#include <svx/svxdllapi.h>
#include <rtl/ustring.hxx>
+#include <unordered_map>
#include <vector>
-#include <boost/unordered_map.hpp>
namespace accessibility {
@@ -184,9 +184,8 @@ private:
/** This hash map allows the fast look up of a type descriptor for a
given service name.
*/
- typedef ::boost::unordered_map<
- OUString,ShapeTypeId,
- OUStringHash> tServiceNameToSlotId;
+ typedef std::unordered_map<OUString,ShapeTypeId,
+ OUStringHash> tServiceNameToSlotId;
mutable tServiceNameToSlotId maServiceNameToSlotId;
/** Determine the slot id of the specified shape type. With this id