sot: fix loplugin:unnecessaryparen warning

Change-Id: Ia022f6cb1e9c91c9aa49025e54699a5c7718fc75
This commit is contained in:
Miklos Vajna 2017-07-07 17:23:00 +02:00
parent 652556ec3e
commit 7d876e48cb

View File

@ -291,7 +291,7 @@ void SotStorage::CreateStorage( bool bForceUCBStorage, StreamMode nMode )
if( !m_aName.isEmpty() )
{
// named storage
if( ( ( nMode & ERASEMASK ) == ERASEMASK ) )
if( ( nMode & ERASEMASK ) == ERASEMASK )
::utl::UCBContentHelper::Kill( m_aName );
INetURLObject aObj( m_aName );