summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/doc/objstor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 883b75d3bcfb..76e9f13d8969 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -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()
&& GetCreateMode() != SFX_CREATE_MODE_EMBEDDED && !bPasswdProvided )
{