diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-23 15:49:11 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-07-26 16:26:08 -0400 |
commit | f1531cdaaebe706d909dc6ddde439ccb5f4ad36d (patch) | |
tree | c0df9b0b0c90d9ccbdbb953366d3952bf4fcc0e7 /chart2/source/view/inc/PropertyMapper.hxx | |
parent | 84aa4d1ff29004b0aa28068b7beb21f7ebfdb239 (diff) |
bnc#885825: Support borders around data labels.
Change-Id: Ib141413e523cbf73746876f727e9f80dda9f5f7c
Diffstat (limited to 'chart2/source/view/inc/PropertyMapper.hxx')
-rw-r--r-- | chart2/source/view/inc/PropertyMapper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/view/inc/PropertyMapper.hxx b/chart2/source/view/inc/PropertyMapper.hxx index 610f24cdf89a..c1c29b7ea4d1 100644 --- a/chart2/source/view/inc/PropertyMapper.hxx +++ b/chart2/source/view/inc/PropertyMapper.hxx @@ -115,6 +115,7 @@ public: static const tMakePropertyNameMap& getPropertyNameMapForFilledSeriesProperties(); static const tMakePropertyNameMap& getPropertyNameMapForLineSeriesProperties(); + static const tMakePropertyNameMap& getPropertyNameMapForTextLabelProperties(); static void getTextLabelMultiPropertyLists( const ::com::sun::star::uno::Reference< |