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

WaE: equality comparison with extraneous parentheses

Change-Id: I867b95cfcdad653d206998b1c02a34c4b7442ef4
üst 39080dfd
...@@ -961,7 +961,7 @@ const String* TokenPool::GetExternal( const TokenId& rId ) const ...@@ -961,7 +961,7 @@ const String* TokenPool::GetExternal( const TokenId& rId ) const
if( n && n <= nElementAkt ) if( n && n <= nElementAkt )
{ {
n--; n--;
if( (pType[ n ] == T_Ext) ) if( pType[ n ] == T_Ext )
{ {
sal_uInt16 nExt = pElement[ n ]; sal_uInt16 nExt = pElement[ n ];
if ( nExt < nP_Ext && ppP_Ext[ nExt ] ) if ( nExt < nP_Ext && ppP_Ext[ nExt ] )
......
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