summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-09-15 12:12:12 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-09-15 12:38:44 +0200
commitba37fb02c298aa79fd0418b82d7b44930d047b8c (patch)
tree6e4a76df3542d5033c95bf3b65dbc56e82d41c1f /include/oox
parent721f1eca1856ab42d1752bca22c87d87713cf1e7 (diff)
Ensure we export correct label placement value for clustered bar charts
This is similar to 7b8073906adca8dae24c04a23708a3f3d582218f (Ensure we export correct labal placement value for percent/stacked charts., 2014-08-07), in case a clustered bar chart has a top placement ("t" in OOXML), then MSO complains as well. Change-Id: Iffd991127784e0e732f6ae55de956a328a3a53e5
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/chartexport.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 8f86aa9d6824..02ee8f19bba4 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -102,6 +102,7 @@ private:
bool mbIs3DChart;
bool mbStacked;
bool mbPercent;
+ bool mbClustered;
private:
sal_Int32 getChartType();