diff options
Diffstat (limited to 'sfx2/source/doc/docfile.cxx')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 2 |
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(); } } |