diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-25 01:31:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-26 00:27:01 +0200 |
commit | 6301e1e8b983f099d1f93140a3fb54c635206ac6 (patch) | |
tree | 95eb6d4003ee18d90712debf24262c429215b519 | |
parent | 7b9818c4cc0c955d9b5a0f0adba34a9c44b6065c (diff) |
provide a few more common property names
Change-Id: I574af7999f8a76457dd61e66854db191b8876dfa
-rw-r--r-- | chart2/source/tools/FillProperties.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chart2/source/tools/FillProperties.cxx b/chart2/source/tools/FillProperties.cxx index 123275fc5da3..37b4a8f75634 100644 --- a/chart2/source/tools/FillProperties.cxx +++ b/chart2/source/tools/FillProperties.cxx @@ -60,6 +60,13 @@ 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(), |