summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:14 +0200
commitf17a3dc9420a2380a7c52192565ea4511471c6cc (patch)
tree675bce22dfb771cddc65b6ca9a8663701294a06a /sot
parentdd95fe935bf532cded46b1bdfae5d5ca8b4d5a84 (diff)
loplugin:defaultparams
Change-Id: I84dd06c86c811914acc8688877dfaf3b6c0ba60b
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/storage.cxx2
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 )