Kaydet (Commit) 78e2431d authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

fix OOXML validation error

Change-Id: I02082c04832959ae520b964ab3fd5e0b0fc34173
üst 60b36a79
......@@ -366,7 +366,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect
}
if ( pWrapType )
m_pSerializer->singleElementNS( XML_w10, XML_wrap,
FSNS( XML_v, XML_type ), pWrapType,
XML_type, pWrapType,
FSEND );
}
bAlreadyWritten[ ESCHER_Prop_WrapText ] = true;
......
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