diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-21 02:49:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-22 13:57:31 +0200 |
commit | 4a4bdc142ab7a41b69512d54302851e7fbb3100b (patch) | |
tree | 3f2bb8413d74ff7fe5ba531a07fc5e64e9dbf280 /chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx | |
parent | cabb933bc2d76dc184e2cdc4c039f7055b73d8d2 (diff) |
fix the remaining issues with the changed handling of ErrorBar props
Change-Id: I75c839cbfccbe84e7aa98aef6959bcd0c5390ab6
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx index ac1086140584..2c287e1084dc 100644 --- a/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/MinMaxLineWrapper.cxx @@ -28,7 +28,7 @@ #include <com/sun/star/chart2/XDataSeriesContainer.hpp> #include <com/sun/star/drawing/LineJoint.hpp> -#include "LineProperties.hxx" +#include "LinePropertiesHelper.hxx" #include "UserDefinedProperties.hxx" using namespace ::com::sun::star; @@ -55,7 +55,7 @@ struct StaticMinMaxLineWrapperDefaults_Initializer private: void lcl_AddDefaultsToMap( ::chart::tPropertyValueMap & rOutMap ) { - ::chart::LineProperties::AddDefaultsToMap( rOutMap ); + ::chart::LinePropertiesHelper::AddDefaultsToMap( rOutMap ); } }; @@ -76,7 +76,7 @@ private: { ::std::vector< ::com::sun::star::beans::Property > aProperties; - ::chart::LineProperties::AddPropertiesToVector( aProperties ); + ::chart::LinePropertiesHelper::AddPropertiesToVector( aProperties ); ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); ::std::sort( aProperties.begin(), aProperties.end(), |