Kaydet (Commit) 48d7336f authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix applyToFront MSO 2007 vs OOXML

Change-Id: I7d40663162a907e2bc7280167e311e4d577c3863
üst f418edfb
......@@ -164,8 +164,7 @@ ContextHandlerRef PictureOptionsContext::onCreateContext( sal_Int32 nElement, co
mrModel.mbApplyToEnd = rAttribs.getBool( XML_val, !bMSO2007Doc );
return 0;
case C_TOKEN( applyToFront ):
// default is 'false', not 'true' as specified
mrModel.mbApplyToFront = rAttribs.getBool( XML_val, false );
mrModel.mbApplyToFront = rAttribs.getBool( XML_val, !bMSO2007Doc );
return 0;
case C_TOKEN( applyToSides ):
// default is 'false', not 'true' as specified
......
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