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

tdf#94960, Revert "it is insane to not map line and ..."

This reverts commit 84254268.

Change-Id: Id99bc1f44a4e23daaf2f12585981c0be66cbeda5
üst 6f3fa536
......@@ -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 ));
......
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