sfx2/source/doc/docfile.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 553610565ad0395155ae394a9682b28a10205bb4
Author: Tor Lillqvist <t...@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();
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to