Kaydet (Commit) 4e35dfb3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix dispRSqr MSO 2007 vs OOXML

Change-Id: Ic751eddeeb5690afaf48b47c8bf10592723b0adf
üst f6000b3a
......@@ -267,8 +267,7 @@ ContextHandlerRef TrendlineContext::onCreateContext( sal_Int32 nElement, const A
mrModel.mbDispEquation = rAttribs.getBool( XML_val, !bMSO2007Doc );
return 0;
case C_TOKEN( dispRSqr ):
// default is 'false', not 'true' as specified
mrModel.mbDispRSquared = rAttribs.getBool( XML_val, false );
mrModel.mbDispRSquared = rAttribs.getBool( XML_val, !bMSO2007Doc );
return 0;
case C_TOKEN( forward ):
mrModel.mfForward = rAttribs.getDouble( XML_val, 0.0 );
......
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