diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:51:14 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:51:14 +0200 |
commit | f17a3dc9420a2380a7c52192565ea4511471c6cc (patch) | |
tree | 675bce22dfb771cddc65b6ca9a8663701294a06a /sot | |
parent | dd95fe935bf532cded46b1bdfae5d5ca8b4d5a84 (diff) |
loplugin:defaultparams
Change-Id: I84dd06c86c811914acc8688877dfaf3b6c0ba60b
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/storage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 3c86fd2c7b9b..98fd81692631 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -696,7 +696,7 @@ SotStorageStream * SotStorage::OpenSotStream( const OUString & rEleName, // egal was kommt, nur exclusiv gestattet nMode |= StreamMode::SHARE_DENYALL; ErrCode nE = m_pOwnStg->GetError(); - BaseStorageStream * p = m_pOwnStg->OpenStream( rEleName, nMode, true ); + BaseStorageStream * p = m_pOwnStg->OpenStream( rEleName, nMode ); pStm = new SotStorageStream( p ); if( !nE ) |