diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-28 00:49:32 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-28 00:59:12 +0200 |
commit | 6295e6543705a00e0ad9581a25436b3c28e5f7d5 (patch) | |
tree | 61f9eac92aaf27a3990cfef00f02e6adc2db7e6b /chart2 | |
parent | 5af433b0922ae30fd2b6cef63ea70dad6953ce2a (diff) |
Revert "provide a few more common property names"
This reverts commit 6301e1e8b983f099d1f93140a3fb54c635206ac6.
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/tools/FillProperties.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/tools/FillProperties.cxx b/chart2/source/tools/FillProperties.cxx index 65337258efdf..5316984b10fc 100644 --- a/chart2/source/tools/FillProperties.cxx +++ b/chart2/source/tools/FillProperties.cxx @@ -52,13 +52,6 @@ void lcl_AddPropertiesToVector_without_BitmapProperties( ::std::vector< ::com::s | beans::PropertyAttribute::MAYBEDEFAULT )); rOutProperties.push_back( - Property( "Transparency", - FillProperties::PROP_FILL_TRANSPARENCE, - cppu::UnoType<sal_Int16>::get(), - beans::PropertyAttribute::BOUND - | beans::PropertyAttribute::MAYBEDEFAULT )); - - rOutProperties.push_back( Property( "FillTransparence", FillProperties::PROP_FILL_TRANSPARENCE, cppu::UnoType<sal_Int16>::get(), |