Kaydet (Commit) 2e4b736b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix marker MSO 2007 vs OOXML

Change-Id: I7dc2b5b99fa10f13b2dc345850af80689db6480d
üst 090960a1
...@@ -213,8 +213,7 @@ ContextHandlerRef LineTypeGroupContext::onCreateContext( sal_Int32 nElement, con ...@@ -213,8 +213,7 @@ ContextHandlerRef LineTypeGroupContext::onCreateContext( sal_Int32 nElement, con
case C_TOKEN( hiLowLines ): case C_TOKEN( hiLowLines ):
return new ShapePrWrapperContext( *this, mrModel.mxHiLowLines.create() ); return new ShapePrWrapperContext( *this, mrModel.mxHiLowLines.create() );
case C_TOKEN( marker ): case C_TOKEN( marker ):
// default is 'false', not 'true' as specified mrModel.mbShowMarker = rAttribs.getBool( XML_val, !bMSO2007Doc );
mrModel.mbShowMarker = rAttribs.getBool( XML_val, false );
return 0; return 0;
case C_TOKEN( ser ): case C_TOKEN( ser ):
return new LineSeriesContext( *this, mrModel.maSeries.create() ); return new LineSeriesContext( *this, mrModel.maSeries.create() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment