summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/sfxpicklist.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-10-15 21:34:41 +0200
committerJan Holesovsky <kendy@collabora.com>2015-10-15 21:44:32 +0200
commit468b55301f385771d65d2f15f9ad7879af29f1cf (patch)
tree4367580acc873157c6fbd49ba62ca8267671cc5d /sfx2/source/inc/sfxpicklist.hxx
parentbd2f6ab505a2b76da0b829607a73b5f9a6be3008 (diff)
tdf#95095: Don't create thumbnails on load.
Creating thumbnails is quite an expensive operation, so let's avoid that on load, and do that only on the document save or document close. In case the user chooses not to save a modified document, thumbnail is not generated which can lead to document that has no thumbnail; but that's probably a good tradeoff for the speedup. Change-Id: I61bf5ec3fae9596e87963ac7a28ba6e4e52c4e99
Diffstat (limited to 'sfx2/source/inc/sfxpicklist.hxx')
-rw-r--r--sfx2/source/inc/sfxpicklist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/sfxpicklist.hxx b/sfx2/source/inc/sfxpicklist.hxx
index 5252a61e8112..19b378d17c30 100644
--- a/sfx2/source/inc/sfxpicklist.hxx
+++ b/sfx2/source/inc/sfxpicklist.hxx
@@ -58,7 +58,7 @@ class SfxPickList : public SfxListener
certain requirements, e.g. being writable. Check implementation for requirement
details.
*/
- static void AddDocumentToPickList( SfxObjectShell* pDocShell );
+ static void AddDocumentToPickList(SfxObjectShell* pDocShell, bool bAvoidThumbnail = false);
public:
static SfxPickList& Get();