From 553610565ad0395155ae394a9682b28a10205bb4 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 9 Mar 2016 10:17:48 +0200 Subject: [PATCH] loplugin:defaultparams Change-Id: Ib5f6412c549fe1d5bfd08ed62979a7f81fb2648c --- sfx2/source/doc/docfile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }