diff options
author | Pierre Sauter <pierre.sauter@stwm.de> | 2015-12-01 17:28:48 +0000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-12-07 13:07:32 +0000 |
commit | 1a032dcfebc2702f0612c470d6b9c3e3cf4fb637 (patch) | |
tree | f4c8996b73d19ff95fa77e71cd32b71ecd186379 /officecfg | |
parent | 0abfcb735e60757ee64aa6d0fbb1b601c29813f3 (diff) |
tdf#74834 Expert Configuration option to disable thumbnails in StartCenter
If Office::Common::History::RecentDocsThumbnail is set to false, no new thumbnails
will be created and stored to registrymodifications.xcu. Existing thumbnails in
registrymodifications.xcu or the documents will not be read and displayed.
Change-Id: If9527aa0d336a6b77b4c9bb0cc09143ffa1725d8
Reviewed-on: https://gerrit.libreoffice.org/20338
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 7279a04b9dc5..b8d9828ec7ee 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2079,6 +2079,13 @@ </constraints> <value>25</value> </prop> + <prop oor:name="RecentDocsThumbnail" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies whether to generate/show a thumbnail image for RecentDocsView.</desc> + <label>Store/show thumbnails in RecentDocs History</label> + </info> + <value>true</value> + </prop> <set oor:name="HelpBookmarks" oor:node-type="HistoryType"> <info> <desc>Contains the most recently opened help documents.</desc> |