Kaydet (Commit) 4a186d7d authored tarafından Miklos Vajna's avatar Miklos Vajna

fdo#60990 VML export: fix handling of v:fill's on attribute

Change-Id: I8230a80b6a530b172e02a08a1a4dd201f533670a
üst 9d61697d
...@@ -545,7 +545,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect ...@@ -545,7 +545,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect
if ( pFillType ) if ( pFillType )
pAttrList->add( XML_type, pFillType ); pAttrList->add( XML_type, pFillType );
} }
else else if (!rProps.GetOpt(ESCHER_Prop_fillColor, nValue))
pAttrList->add( XML_on, "false" ); pAttrList->add( XML_on, "false" );
if ( rProps.GetOpt( ESCHER_Prop_fillColor, nValue ) ) if ( rProps.GetOpt( ESCHER_Prop_fillColor, nValue ) )
......
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