diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-28 11:45:14 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-30 08:13:15 +0200 |
commit | cff6ed154b3daf88c9972b1d8f6b00499e641338 (patch) | |
tree | 004ceba35c0e2de2be72f2bc1eb6d02a91196eec /oox/inc | |
parent | 508280b0844c4775e55954c2803428287de93edb (diff) |
fix rAngAx MSO 2007 vs OOXML default value
Change-Id: I7381e9987257325c7aad387ee0a2781a883be829
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/chart/plotareamodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/chart/plotareamodel.hxx b/oox/inc/drawingml/chart/plotareamodel.hxx index 3d8c6a0ce8ce..340fa8d9175d 100644 --- a/oox/inc/drawingml/chart/plotareamodel.hxx +++ b/oox/inc/drawingml/chart/plotareamodel.hxx @@ -40,7 +40,7 @@ struct View3DModel sal_Int32 mnPerspective; /// Eye distance to the 3D objects. bool mbRightAngled; /// True = right-angled axes in 3D view. - explicit View3DModel(); + explicit View3DModel(bool bMSO2007Doc); ~View3DModel(); }; |