summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/DummyXShape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/DummyXShape.hxx')
-rw-r--r--chart2/source/view/main/DummyXShape.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/main/DummyXShape.hxx b/chart2/source/view/main/DummyXShape.hxx
index 6b03733f39f8..64149d3c3d2c 100644
--- a/chart2/source/view/main/DummyXShape.hxx
+++ b/chart2/source/view/main/DummyXShape.hxx
@@ -58,9 +58,9 @@
#include <rtl/ustring.hxx>
-#include <vector>
#include <map>
-#include <boost/unordered_map.hpp>
+#include <unordered_map>
+#include <vector>
namespace chart {
@@ -96,7 +96,7 @@ public:
private:
- boost::unordered_map<TextCacheKey, BitmapEx, TextCacheKeyHash> maCache;
+ std::unordered_map<TextCacheKey, BitmapEx, TextCacheKeyHash> maCache;
};
class DummyXShape : public cppu::WeakAggImplHelper6<