diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-03-09 10:17:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-03-09 10:19:25 +0200 |
commit | 553610565ad0395155ae394a9682b28a10205bb4 (patch) | |
tree | c40c286fb5ebf5e28bfe68a61c8596f0b2a9ec9c /sfx2 | |
parent | 524ae3589c35e4e153d9644da97180668bfbed36 (diff) |
loplugin:defaultparams
Change-Id: Ib5f6412c549fe1d5bfd08ed62979a7f81fb2648c
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index df0d7c96c62e..5edba7b65152 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -3137,7 +3137,7 @@ void SfxMedium::ForceSynchronStream_Impl() { SvLockBytes* pBytes = pImp->m_pInStream->GetLockBytes(); if( pBytes ) - pBytes->SetSynchronMode( true/*bForce*/ ); + pBytes->SetSynchronMode(); } } |