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

WaE: potentially uninitialized local variable 'nColor' used

üst 6a15a289
...@@ -219,7 +219,7 @@ sal_Bool XMLBorderHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue ...@@ -219,7 +219,7 @@ sal_Bool XMLBorderHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue
sal_uInt16 nStyle = USHRT_MAX; sal_uInt16 nStyle = USHRT_MAX;
sal_uInt16 nWidth = 0; sal_uInt16 nWidth = 0;
sal_uInt16 nNamedWidth = USHRT_MAX; sal_uInt16 nNamedWidth = USHRT_MAX;
sal_Int32 nColor; sal_Int32 nColor = 0;
sal_Int32 nTemp; sal_Int32 nTemp;
while( aTokens.getNextToken( aToken ) && aToken.getLength() != 0 ) while( aTokens.getNextToken( aToken ) && aToken.getLength() != 0 )
......
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