Kaydet (Commit) 84254268 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

it is insane to not map line and border properties to the same id

Change-Id: I6f4eb2509dc731cb281350b2bb0cce94b66a8ad6
üst e517948e
...@@ -177,21 +177,21 @@ void DataPointProperties::AddPropertiesToVector( ...@@ -177,21 +177,21 @@ void DataPointProperties::AddPropertiesToVector(
rOutProperties.push_back( rOutProperties.push_back(
Property( "BorderStyle", Property( "BorderStyle",
PROP_DATAPOINT_BORDER_STYLE, LinePropertiesHelper::PROP_LINE_STYLE,
cppu::UnoType<drawing::LineStyle>::get(), cppu::UnoType<drawing::LineStyle>::get(),
beans::PropertyAttribute::BOUND beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT )); | beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back( rOutProperties.push_back(
Property( "BorderWidth", Property( "BorderWidth",
PROP_DATAPOINT_BORDER_WIDTH, LinePropertiesHelper::PROP_LINE_WIDTH,
cppu::UnoType<sal_Int32>::get(), cppu::UnoType<sal_Int32>::get(),
beans::PropertyAttribute::BOUND beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT )); | beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back( rOutProperties.push_back(
Property( "BorderDashName", Property( "BorderDashName",
PROP_DATAPOINT_BORDER_DASH_NAME, LinePropertiesHelper::PROP_LINE_DASH_NAME,
cppu::UnoType<OUString>::get(), cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID )); | beans::PropertyAttribute::MAYBEVOID ));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment