sot: fix loplugin:unnecessaryparen warning
Change-Id: Ia022f6cb1e9c91c9aa49025e54699a5c7718fc75
This commit is contained in:
parent
652556ec3e
commit
7d876e48cb
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user