From 1573315ec978b7f53a8babeb7ad44e104896209e Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 12 May 2015 02:33:08 +0200 Subject: export each axis only once non-deleted, related tdf#84347 Change-Id: Ia0e23faf43fd266b8314f807b77423e9a3e15797 --- include/oox/export/chartexport.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/oox/export') diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 186ea756999c..c043fd7157cd 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -30,6 +30,8 @@ #include #include +#include + namespace com { namespace sun { namespace star { namespace chart { class XDiagram; @@ -103,6 +105,8 @@ private: bool mbStacked; bool mbPercent; + std::set maExportedAxis; + private: sal_Int32 getChartType(); -- cgit