summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/chart/titlemodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/chart/titlemodel.hxx b/oox/inc/drawingml/chart/titlemodel.hxx
index 3d140c93f755..a78c4ff0479f 100644
--- a/oox/inc/drawingml/chart/titlemodel.hxx
+++ b/oox/inc/drawingml/chart/titlemodel.hxx
@@ -74,7 +74,7 @@ struct LegendModel
sal_Int32 mnPosition; /// Legend position.
bool mbOverlay; /// True = legend may overlay other objects.
- explicit LegendModel();
+ explicit LegendModel(bool bMSO2007Doc);
~LegendModel();
};