summaryrefslogtreecommitdiff
path: root/xmloff/source/style/shadwhdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/shadwhdl.cxx')
-rw-r--r--xmloff/source/style/shadwhdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/shadwhdl.cxx b/xmloff/source/style/shadwhdl.cxx
index 0e14ed87fbd1..bccfab9e017d 100644
--- a/xmloff/source/style/shadwhdl.cxx
+++ b/xmloff/source/style/shadwhdl.cxx
@@ -68,7 +68,7 @@ bool XMLShadowPropHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue
if( !bRet )
return false;
- aColor.SetColor(nColor);
+ aColor = nColor;
bColorFound = true;
}
else if( !bOffsetFound )