diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-28 00:49:16 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-28 00:59:12 +0200 |
commit | 5af433b0922ae30fd2b6cef63ea70dad6953ce2a (patch) | |
tree | 48edf58b30421663628af545345d118dc846de08 /chart2 | |
parent | 65c2570e86e0e58ebce447b6d24f11d1c29dfa99 (diff) |
Revert "provide some common fill property name aliases"
This reverts commit 3d32e9f81b263884ec0a3b262e71ae78fcb892b7.
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/tools/FillProperties.cxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chart2/source/tools/FillProperties.cxx b/chart2/source/tools/FillProperties.cxx index 37b4a8f75634..65337258efdf 100644 --- a/chart2/source/tools/FillProperties.cxx +++ b/chart2/source/tools/FillProperties.cxx @@ -44,14 +44,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s | 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( Property( "FillColor", FillProperties::PROP_FILL_COLOR, cppu::UnoType<sal_Int32>::get(), @@ -82,14 +74,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s | 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( Property( "FillGradientName", FillProperties::PROP_FILL_GRADIENT_NAME, cppu::UnoType<OUString>::get(), @@ -105,14 +89,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s | 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( Property( "FillHatchName", FillProperties::PROP_FILL_HATCH_NAME, cppu::UnoType<OUString>::get(), |