From 57dcc9f3e9a7d2ebc86cf444729a7a08820418a1 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 7 Aug 2014 20:43:30 -0400 Subject: I forgot to check this in. Change-Id: Icc32c336495a1d0a29b24b976dd5f359d03a0bba --- include/oox/export/chartexport.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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(); -- cgit