Kaydet (Commit) 129f9c4c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix start/endElement calls

Change-Id: I82525020d148de276ece44406180cc59e759d93f
üst 8c16cd5e
......@@ -2194,7 +2194,7 @@ void DrawingML::WriteShapeEffects( Reference< XPropertySet > rXPropSet )
else
WriteColor( sSchemeClr, aTransformations );
mpFS->endElementNS( XML_a, XML_outerShdw );
mpFS->endElement( nEffectToken );
mpFS->endElementNS(XML_a, XML_effectLst);
}
......
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