Kaydet (Commit) f17a3dc9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: I84dd06c86c811914acc8688877dfaf3b6c0ba60b
üst dd95fe93
...@@ -696,7 +696,7 @@ SotStorageStream * SotStorage::OpenSotStream( const OUString & rEleName, ...@@ -696,7 +696,7 @@ SotStorageStream * SotStorage::OpenSotStream( const OUString & rEleName,
// egal was kommt, nur exclusiv gestattet // egal was kommt, nur exclusiv gestattet
nMode |= StreamMode::SHARE_DENYALL; nMode |= StreamMode::SHARE_DENYALL;
ErrCode nE = m_pOwnStg->GetError(); ErrCode nE = m_pOwnStg->GetError();
BaseStorageStream * p = m_pOwnStg->OpenStream( rEleName, nMode, true ); BaseStorageStream * p = m_pOwnStg->OpenStream( rEleName, nMode );
pStm = new SotStorageStream( p ); pStm = new SotStorageStream( p );
if( !nE ) if( !nE )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment