include/oox/export/chartexport.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 57dcc9f3e9a7d2ebc86cf444729a7a08820418a1 Author: Kohei Yoshida <[email protected]> Date: Thu Aug 7 20:43:30 2014 -0400 I forgot to check this in. Change-Id: Icc32c336495a1d0a29b24b976dd5f359d03a0bba diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 7eb7e81..2fd383b 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(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
