WaE: equality comparison with extraneous parentheses

This commit is contained in:
Tor Lillqvist 2012-03-02 11:51:19 +02:00
parent 17c60594fa
commit 40a5db084d

View file

@ -811,7 +811,7 @@ sal_Bool SdXMLFilter::Import( ErrCode& nError )
bool bTransform = false;
if( (nRet == 0) )
if( nRet == 0 )
{
if( !sBuildId.isEmpty() )
{