summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/chart/chartspacemodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/chartspacemodel.hxx')
-rw-r--r--include/oox/drawingml/chart/chartspacemodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/drawingml/chart/chartspacemodel.hxx b/include/oox/drawingml/chart/chartspacemodel.hxx
index cc9015d2020a..1a44943275bb 100644
--- a/include/oox/drawingml/chart/chartspacemodel.hxx
+++ b/include/oox/drawingml/chart/chartspacemodel.hxx
@@ -58,7 +58,7 @@ struct ChartSpaceModel
bool mbShowLabelsOverMax;/// True = show labels over chart maximum.
bool mbPivotChart; /// True = pivot chart.
- explicit ChartSpaceModel();
+ explicit ChartSpaceModel(bool bMSO2007Doc);
~ChartSpaceModel();
};