diff options
author | bureken <berkgureken@gmail.com> | 2015-10-26 03:39:00 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-10 12:24:10 +0000 |
commit | d7ca71d4b1ac085c575fdc24f37940100ab38961 (patch) | |
tree | a5cbfd3f2de13ff89da6bf89da26276011c62001 /sfx2/source/inc | |
parent | 37968fd404ca04333502921e5560f893c7933888 (diff) |
tdf#87995 - settings : missing a checkbox in order to avoid thumbnail saving
Change-Id: I9822c930bb7e133306a3e90fd80f29648877d5f9
Reviewed-on: https://gerrit.libreoffice.org/19596
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index f09730c0c622..6e2f568d28e5 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -89,6 +89,7 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess bQueryLoadTemplate:1, bLoadReadonly:1, bUseUserData:1, + bUseThumbnailSave:1, bSaveVersionOnClose:1, m_bSharedXMLFlag:1, // whether the flag should be stored in xml file m_bAllowShareControlFileClean:1, // whether the flag should be stored in xml file |