summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/filter/msfilter/msdffimp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index aafb47b3bc88..ba8e6897492d 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -26,6 +26,7 @@
#include <set>
#include <utility>
#include <vector>
+#include <unordered_map>
#include <boost/optional.hpp>
#include <com/sun/star/uno/Any.hxx>
@@ -529,7 +530,7 @@ protected:
public:
std::unique_ptr<DffPropertyReader> pSecPropSet;
- std::map<sal_uInt32,OString> aEscherBlipCache;
+ std::unordered_map<sal_uInt32, Graphic> aEscherBlipCache;
DffRecordManager maShapeRecords;
Color mnDefaultColor;