diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-07 14:17:11 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-07 14:22:11 -0400 |
commit | fb1473692e9be2093924ab4df7c982dc282af18f (patch) | |
tree | c95015701551eecd86df35e7527c5a497b89c811 /oox/inc | |
parent | 844d143905411ef9d3a1fce2fc448b29f643500d (diff) |
Default data label placement may vary depending on chart types. Get it right.
If we export a wrong placement value, MS Office will flag the file corrupt and
the loading will fail.
Change-Id: I7ca1239cd390494c1181ecdb3310c5f88bb18f9b
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/chart/typegroupconverter.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/inc/drawingml/chart/typegroupconverter.hxx b/oox/inc/drawingml/chart/typegroupconverter.hxx index c4930e7c9216..6c5e85522037 100644 --- a/oox/inc/drawingml/chart/typegroupconverter.hxx +++ b/oox/inc/drawingml/chart/typegroupconverter.hxx @@ -93,6 +93,8 @@ struct TypeGroupInfo bool mbPictureOptions; /// True = bitmaps support options from c:pictureOptions. }; +const TypeGroupInfo& GetTypeGroupInfo( TypeId eType ); + struct UpDownBarsModel; class UpDownBarsConverter : public ConverterBase< UpDownBarsModel > |