[Libreoffice-commits] core.git: sfx2/source
Tor Lillqvist
tml at collabora.com
Wed Mar 9 08:19:49 UTC 2016
sfx2/source/doc/docfile.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 553610565ad0395155ae394a9682b28a10205bb4
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Mar 9 10:17:48 2016 +0200
loplugin:defaultparams
Change-Id: Ib5f6412c549fe1d5bfd08ed62979a7f81fb2648c
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index df0d7c9..5edba7b 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();
}
}
More information about the Libreoffice-commits
mailing list