Kaydet (Commit) 5fb41ae3 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

document one more place where MSO 2007 export wrong values

Change-Id: Ic35f1188e66cf89f203b34f354a2c4b11f1f65a2
üst b13534de
......@@ -81,7 +81,7 @@ ContextHandlerRef ChartSpaceFragment::onCreateContext( sal_Int32 nElement, const
switch( nElement )
{
case C_TOKEN( autoTitleDeleted ):
mrModel.mbAutoTitleDel = rAttribs.getBool( XML_val, true );
mrModel.mbAutoTitleDel = rAttribs.getBool( XML_val, true ); // TODO: OOXML_spec
return 0;
case C_TOKEN( backWall ):
return new WallFloorContext( *this, mrModel.mxBackWall.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