WaE: equality comparison with extraneous parentheses
This commit is contained in:
parent
17c60594fa
commit
40a5db084d
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ sal_Bool SdXMLFilter::Import( ErrCode& nError )
|
|||
|
||||
bool bTransform = false;
|
||||
|
||||
if( (nRet == 0) )
|
||||
if( nRet == 0 )
|
||||
{
|
||||
if( !sBuildId.isEmpty() )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue