Kaydet (Commit) 9be706e3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

nTransparency of type sal_Int16

regression introduced with ac2d415a
"loplugin:oncevar in sc"

Change-Id: I521053a59bb16c78d97129e4de5ebbf4820d6640
üst ef151d29
......@@ -1003,7 +1003,7 @@ void XclChPropSetHelper::WriteAreaProperties( ScfPropertySet& rPropSet,
// write the properties
ScfPropSetHelper& rAreaHlp = GetAreaHelper( ePropMode );
rAreaHlp.InitializeWrite();
rAreaHlp << eFillStyle << aColor << 0/*nTransparency*/;
rAreaHlp << eFillStyle << aColor << sal_Int16(0)/*nTransparency*/;
rAreaHlp.WriteToPropertySet( rPropSet );
}
......
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