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

Revert "provide some common fill property name aliases"

This reverts commit 3d32e9f8.
üst 65c2570e
...@@ -43,14 +43,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s ...@@ -43,14 +43,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s
beans::PropertyAttribute::BOUND beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEDEFAULT )); | beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( "Color",
FillProperties::PROP_FILL_COLOR,
cppu::UnoType<sal_Int32>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID // "maybe auto"
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back( rOutProperties.push_back(
Property( "FillColor", Property( "FillColor",
FillProperties::PROP_FILL_COLOR, FillProperties::PROP_FILL_COLOR,
...@@ -81,14 +73,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s ...@@ -81,14 +73,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s
| beans::PropertyAttribute::MAYBEVOID | beans::PropertyAttribute::MAYBEVOID
| beans::PropertyAttribute::MAYBEDEFAULT )); | beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back(
Property( "GradientName",
FillProperties::PROP_FILL_GRADIENT_NAME,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back( rOutProperties.push_back(
Property( "FillGradientName", Property( "FillGradientName",
FillProperties::PROP_FILL_GRADIENT_NAME, FillProperties::PROP_FILL_GRADIENT_NAME,
...@@ -104,14 +88,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s ...@@ -104,14 +88,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s
beans::PropertyAttribute::BOUND beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID )); | beans::PropertyAttribute::MAYBEVOID ));
rOutProperties.push_back(
Property( "HatchName",
FillProperties::PROP_FILL_HATCH_NAME,
cppu::UnoType<OUString>::get(),
beans::PropertyAttribute::BOUND
| beans::PropertyAttribute::MAYBEVOID
| beans::PropertyAttribute::MAYBEDEFAULT ));
rOutProperties.push_back( rOutProperties.push_back(
Property( "FillHatchName", Property( "FillHatchName",
FillProperties::PROP_FILL_HATCH_NAME, FillProperties::PROP_FILL_HATCH_NAME,
......
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