diff --git a/chart2/source/inc/PropertyHelper.hxx b/chart2/source/inc/PropertyHelper.hxx index 78fb607807c0..be066ca04603 100644 --- a/chart2/source/inc/PropertyHelper.hxx +++ b/chart2/source/inc/PropertyHelper.hxx @@ -28,13 +28,14 @@ #include #include "charttoolsdllapi.hxx" +#include + namespace chart { typedef int tPropertyValueMapKey; -typedef ::std::map< tPropertyValueMapKey, ::com::sun::star::uno::Any > - tPropertyValueMap; +typedef boost::unordered_map tPropertyValueMap; namespace PropertyHelper {