diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-07 20:43:30 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-07 20:44:03 -0400 |
commit | 57dcc9f3e9a7d2ebc86cf444729a7a08820418a1 (patch) | |
tree | 46aeca7ccfddd0adbd756114e3e2ea73629d03b6 /include | |
parent | 932e37abca820479db439cd883859d0d5f4a3709 (diff) |
I forgot to check this in.
Change-Id: Icc32c336495a1d0a29b24b976dd5f359d03a0bba
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/chartexport.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 7eb7e812640b..2fd383b7beca 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -100,7 +100,8 @@ private: AxisVector maAxes; bool mbHasZAxis; bool mbIs3DChart; - + bool mbStacked; + bool mbPercent; private: sal_Int32 getChartType(); |