loplugin:defaultparams

Change-Id: Ib5f6412c549fe1d5bfd08ed62979a7f81fb2648c
This commit is contained in:
Tor Lillqvist
2016-03-09 10:17:48 +02:00
parent 524ae3589c
commit 553610565a

View File

@@ -3137,7 +3137,7 @@ void SfxMedium::ForceSynchronStream_Impl()
{
SvLockBytes* pBytes = pImp->m_pInStream->GetLockBytes();
if( pBytes )
pBytes->SetSynchronMode( true/*bForce*/ );
pBytes->SetSynchronMode();
}
}