diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-03 18:22:57 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-03 18:22:57 +0100 |
commit | 04c7f741f831d87c31b38de5f4074456ad91fb3d (patch) | |
tree | ef9b31fe8d25a3d43a7afcc0733a5bd1d7db3a6a /sfx2 | |
parent | 00cb825ab3f16a94f1e8311ba0c24f72588e788e (diff) |
minor comment change
Change-Id: If917e7e9897db0fb486f4852feb0d73e951c8b74
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 |
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 ) { |