From 4a186d7da652b281ea7919b7918006a252f72290 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 24 Jul 2013 15:48:58 +0200 Subject: fdo#60990 VML export: fix handling of v:fill's on attribute Change-Id: I8230a80b6a530b172e02a08a1a4dd201f533670a --- oox/source/export/vmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox') diff --git a/oox/source/export/vmlexport.cxx b/oox/source/export/vmlexport.cxx index 56351583fec5..cba9ea17b663 100644 --- a/oox/source/export/vmlexport.cxx +++ b/oox/source/export/vmlexport.cxx @@ -545,7 +545,7 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect if ( pFillType ) pAttrList->add( XML_type, pFillType ); } - else + else if (!rProps.GetOpt(ESCHER_Prop_fillColor, nValue)) pAttrList->add( XML_on, "false" ); if ( rProps.GetOpt( ESCHER_Prop_fillColor, nValue ) ) -- cgit