summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-07-24 15:48:58 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-07-24 18:08:19 +0200
commit4a186d7da652b281ea7919b7918006a252f72290 (patch)
treea5ee6bcf4a1d9147f73c7aa2d1a7481d9b63d935 /oox
parent9d61697d8bf8920003f31d1599d6be8e595fcc4d (diff)
fdo#60990 VML export: fix handling of v:fill's on attribute
Change-Id: I8230a80b6a530b172e02a08a1a4dd201f533670a
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/vmlexport.cxx2
1 files changed, 1 insertions, 1 deletions
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 ) )