summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-03-09 10:17:48 +0200
committerTor Lillqvist <tml@collabora.com>2016-03-09 10:19:25 +0200
commit553610565ad0395155ae394a9682b28a10205bb4 (patch)
treec40c286fb5ebf5e28bfe68a61c8596f0b2a9ec9c
parentUse plain assert (to complement use of static_assert above) (diff)
downloadcore-553610565ad0395155ae394a9682b28a10205bb4.tar.gz
core-553610565ad0395155ae394a9682b28a10205bb4.zip
loplugin:defaultparams
Change-Id: Ib5f6412c549fe1d5bfd08ed62979a7f81fb2648c
-rw-r--r--sfx2/source/doc/docfile.cxx2
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();
}
}