[Libreoffice-commits] core.git: chart2/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Oct 18 05:52:46 PDT 2015


 chart2/source/model/main/DataPointProperties.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 51f10626e61fff74346e8315c2a42c7f45ef5170
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Oct 18 14:49:01 2015 +0200

    tdf#94960, Revert "it is insane to not map line and ..."
    
    This reverts commit 84254268bf5902d2405815970218e1893a7a673e.
    
    Change-Id: Id99bc1f44a4e23daaf2f12585981c0be66cbeda5

diff --git a/chart2/source/model/main/DataPointProperties.cxx b/chart2/source/model/main/DataPointProperties.cxx
index 3d04e96..20066cd 100644
--- a/chart2/source/model/main/DataPointProperties.cxx
+++ b/chart2/source/model/main/DataPointProperties.cxx
@@ -177,21 +177,21 @@ void DataPointProperties::AddPropertiesToVector(
 
     rOutProperties.push_back(
         Property( "BorderStyle",
-                  LinePropertiesHelper::PROP_LINE_STYLE,
+                  PROP_DATAPOINT_BORDER_STYLE,
                   cppu::UnoType<drawing::LineStyle>::get(),
                   beans::PropertyAttribute::BOUND
                   | beans::PropertyAttribute::MAYBEDEFAULT ));
 
     rOutProperties.push_back(
         Property( "BorderWidth",
-                  LinePropertiesHelper::PROP_LINE_WIDTH,
+                  PROP_DATAPOINT_BORDER_WIDTH,
                   cppu::UnoType<sal_Int32>::get(),
                   beans::PropertyAttribute::BOUND
                   | beans::PropertyAttribute::MAYBEDEFAULT ));
 
     rOutProperties.push_back(
         Property( "BorderDashName",
-                  LinePropertiesHelper::PROP_LINE_DASH_NAME,
+                  PROP_DATAPOINT_BORDER_DASH_NAME,
                   cppu::UnoType<OUString>::get(),
                   beans::PropertyAttribute::BOUND
                   | beans::PropertyAttribute::MAYBEVOID ));


More information about the Libreoffice-commits mailing list