Kaydet (Commit) 35539318 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: C4701: potentially uninitialized local variable 'nIdx' used

Change-Id: If05dd971ad62b059499c50bfc0b82b28e19fee4a
üst 0a4abbda
......@@ -1722,7 +1722,7 @@ void DrawingML::WriteShapeStyle( Reference< XPropertySet > xPropSet )
if( aFillRefProperties.getLength() > 0 )
{
OUString sSchemeClr;
sal_uInt32 nIdx;
sal_uInt32 nIdx = 0;
for( sal_Int32 i=0; i < aFillRefProperties.getLength(); ++i)
if( aFillRefProperties[i].Name == "SchemeClr" )
aFillRefProperties[i].Value >>= sSchemeClr;
......
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