summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc/PropertyHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/PropertyHelper.hxx')
-rw-r--r--chart2/source/inc/PropertyHelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/inc/PropertyHelper.hxx b/chart2/source/inc/PropertyHelper.hxx
index be066ca04603..9d52c07a4022 100644
--- a/chart2/source/inc/PropertyHelper.hxx
+++ b/chart2/source/inc/PropertyHelper.hxx
@@ -25,17 +25,17 @@
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <comphelper/property.hxx>
-#include <map>
#include "charttoolsdllapi.hxx"
-#include <boost/unordered_map.hpp>
+#include <map>
+#include <unordered_map>
namespace chart
{
typedef int tPropertyValueMapKey;
-typedef boost::unordered_map<tPropertyValueMapKey, com::sun::star::uno::Any> tPropertyValueMap;
+typedef std::unordered_map<tPropertyValueMapKey, css::uno::Any> tPropertyValueMap;
namespace PropertyHelper
{