summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-20 20:54:20 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-21 06:44:30 +0200
commit5693eb07f645bef934c2e16ba252298d304ff420 (patch)
tree14a7ee2a05e8e8da671483bcfc52fc54fc89e349 /oox/inc
parent935f3b9993bfb76560c07ba0d39df4ce21e58518 (diff)
fix more mbNoEndCap MSO 2007 vs OOXML places
Change-Id: Ib1002488e880fa1478dceb046cd08b40cdfe7b1e
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/chart/seriesmodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/chart/seriesmodel.hxx b/oox/inc/drawingml/chart/seriesmodel.hxx
index e52fa02a125c..9e4fd7764c0e 100644
--- a/oox/inc/drawingml/chart/seriesmodel.hxx
+++ b/oox/inc/drawingml/chart/seriesmodel.hxx
@@ -106,7 +106,7 @@ struct ErrorBarModel
sal_Int32 mnValueType; /// Type of the values.
bool mbNoEndCap; /// True = no end cap at error bar lines.
- explicit ErrorBarModel();
+ explicit ErrorBarModel(bool bMSO2007Doc);
~ErrorBarModel();
};