diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index df3caff95a85..13e6c7d08ab4 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -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 );