diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-11-03 14:56:35 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-11 18:31:42 +0100 |
commit | e03dbcc6b7097ebbef2d6cae27ff213be83a3d8a (patch) | |
tree | aa9810ad50282a490c4f20c55b50060ab4067ba1 /officecfg | |
parent | fc77f34ebc721e2562666a63def7c5accc0fb61c (diff) |
[API CHANGE] Drop unused ThesaurusDialogImage config key
last mention of it was removed in 2011 by:
commit b243afd8755c2a470c6aa0607f5773bedd026937
Change-Id: Ie48aecd0f2c30d7322dde774c84ce913a835a7a5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158972
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs index f58d7c15e850..b5a3119461ab 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs @@ -98,12 +98,6 @@ <label>Spell and grammar context menu dictionary image</label> </info> </prop> - <prop oor:name="ThesaurusDialogImage" oor:type="xs:string"> - <info> - <desc>The path to the image for the thesaurus dialog.</desc> - <label>Thesaurus dialog image</label> - </info> - </prop> <prop oor:name="SynonymsContextMenuImage" oor:type="xs:string"> <info> <desc>The path to the image for the synonyms context menu.</desc> |