summaryrefslogtreecommitdiff
path: root/include/oox/export/shapes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/export/shapes.hxx')
-rw-r--r--include/oox/export/shapes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx
index 6403aec59a8b..b754b674b870 100644
--- a/include/oox/export/shapes.hxx
+++ b/include/oox/export/shapes.hxx
@@ -26,7 +26,7 @@
#include <sax/fshelper.hxx>
#include <vcl/mapmod.hxx>
#include <tools/fract.hxx>
-#include <boost/unordered_map.hpp>
+#include <unordered_map>
namespace com { namespace sun { namespace star {
namespace beans {
@@ -58,7 +58,7 @@ private:
};
public:
- typedef boost::unordered_map< const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape>, sal_Int32, ShapeHash, ShapeCheck> ShapeHashMap;
+ typedef std::unordered_map< const css::uno::Reference< css::drawing::XShape>, sal_Int32, ShapeHash, ShapeCheck> ShapeHashMap;
protected:
sal_Int32 mnShapeIdMax, mnPictureIdMax;