summaryrefslogtreecommitdiff
path: root/oox/source/export/chartexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/export/chartexport.cxx')
-rw-r--r--oox/source/export/chartexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 56d6c1f02a42..727d3072fea9 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -88,7 +88,7 @@
#include <xmloff/SchXMLSeriesHelper.hxx>
#include "ColorPropertySet.hxx"
#include <set>
-#include <boost/unordered_set.hpp>
+#include <unordered_set>
#include <rtl/math.hxx>
@@ -2543,7 +2543,7 @@ struct LabelPlacementParam
bool mbExport;
sal_Int32 meDefault;
- boost::unordered_set<sal_Int32> maAllowedValues;
+ std::unordered_set<sal_Int32> maAllowedValues;
LabelPlacementParam() :
mbExport(true),