Kaydet (Commit) 04c7f741 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

minor comment change

Change-Id: If917e7e9897db0fb486f4852feb0d73e951c8b74
üst 00cb825a
...@@ -1451,7 +1451,7 @@ sal_Bool SfxObjectShell::SaveTo_Impl ...@@ -1451,7 +1451,7 @@ sal_Bool SfxObjectShell::SaveTo_Impl
} }
} }
//fdo#61320: only store thumbnail image if the corresponding option is not disabled in the configuration //fdo#61320: only store thumbnail image if the corresponding option is enabled in the configuration
if ( bOk && officecfg::Office::Common::Save::Document::GenerateThumbnail::get() if ( bOk && officecfg::Office::Common::Save::Document::GenerateThumbnail::get()
&& GetCreateMode() != SFX_CREATE_MODE_EMBEDDED && !bPasswdProvided ) && GetCreateMode() != SFX_CREATE_MODE_EMBEDDED && !bPasswdProvided )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment