diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-12 16:47:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-12 16:06:46 +0000 |
commit | 8aff36d87f83fa2c86515f106c1e579b0903421a (patch) | |
tree | b241462bacf64f990dd827435d57167b4087d965 /chart2 | |
parent | c26d6edbc1eef6b525c4073e2ed798234987efab (diff) |
Various typos about property
Change-Id: I7585a1346fb19a886240db8dd393554efee862cc
Reviewed-on: https://gerrit.libreoffice.org/34174
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/VLegendSymbolFactory.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/main/VLegendSymbolFactory.cxx b/chart2/source/view/main/VLegendSymbolFactory.cxx index 4579d45a6b7c..ee8a0df63088 100644 --- a/chart2/source/view/main/VLegendSymbolFactory.cxx +++ b/chart2/source/view/main/VLegendSymbolFactory.cxx @@ -76,7 +76,7 @@ void getPropNamesAndValues( const Reference< beans::XPropertySet >& xProp, } } -void lcl_setPropetiesToShape( +void lcl_setPropertiesToShape( const Reference< beans::XPropertySet > & xProp, const Reference< drawing::XShape > & xShape, ::chart::VLegendSymbolFactory::tPropertyType ePropertyType, @@ -130,7 +130,7 @@ Reference< drawing::XShape > VLegendSymbolFactory::createSymbol( awt::Point( 0, rEntryKeyAspectRatio.Height/2 )); if( xLine.is()) { - lcl_setPropetiesToShape( xLegendEntryProperties, xLine, ePropertyType, rEntryKeyAspectRatio ); + lcl_setPropertiesToShape( xLegendEntryProperties, xLine, ePropertyType, rEntryKeyAspectRatio ); } Reference< drawing::XShape > xSymbol; @@ -178,7 +178,7 @@ Reference< drawing::XShape > VLegendSymbolFactory::createSymbol( awt::Point( rEntryKeyAspectRatio.Width/2-nSize/2, rEntryKeyAspectRatio.Height/2-nSize/2 )); if( xShape.is() ) { - lcl_setPropetiesToShape( xLegendEntryProperties, xShape, ePropertyType, awt::Size(0,0) ); // PROP_TYPE_FILLED_SERIES ); + lcl_setPropertiesToShape( xLegendEntryProperties, xShape, ePropertyType, awt::Size(0,0) ); // PROP_TYPE_FILLED_SERIES ); } } else // eStyle == LegendSymbolStyle_BOX |