From 5cabc2c06d9e5dd7c414b79a5728420cf2eb43fe Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 20 Aug 2015 03:14:36 +0200 Subject: make sure that LineColor is supported for data series Change-Id: I1ae96c7b6adf5a90f96d7dddc20d7fb241e78445 --- chart2/source/model/main/DataPointProperties.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chart2') diff --git a/chart2/source/model/main/DataPointProperties.cxx b/chart2/source/model/main/DataPointProperties.cxx index f09cf47de6b3..8c131837f449 100644 --- a/chart2/source/model/main/DataPointProperties.cxx +++ b/chart2/source/model/main/DataPointProperties.cxx @@ -204,6 +204,15 @@ void DataPointProperties::AddPropertiesToVector( | beans::PropertyAttribute::MAYBEVOID )); // Line Properties + + rOutProperties.push_back( + Property( "LineColor", + PROP_DATAPOINT_BORDER_COLOR, + cppu::UnoType::get(), + beans::PropertyAttribute::BOUND + | beans::PropertyAttribute::MAYBEVOID + | beans::PropertyAttribute::MAYBEDEFAULT )); + rOutProperties.push_back( Property( "LineStyle", LinePropertiesHelper::PROP_LINE_STYLE, -- cgit v1.2.3