diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-11-03 13:28:18 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-11 18:33:09 +0100 |
commit | 76de80f512967379f809d3744c71cf5e7e095e87 (patch) | |
tree | e0c61978e0acbae1f268ebc0f29dd25986dfc265 | |
parent | 34a362ee24cfd4642fdc75ecf0e1a88c56c344c4 (diff) |
[API CHANGE] Drop unused SpellAndGrammarDialogImage config key
last mention of it was removed in 2011 by:
commit da0bd7a50139b06e14c1917af044b37d10ebaf4f
Change-Id: Iac4272025b0c995640a1da0f959cb7447d3c9b56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158971
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs index b5a3119461ab..0b748196fb3c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Linguistic.xcs @@ -77,13 +77,6 @@ <desc>The images for vendor specific branding in the UI. The node name is the service implementation name.</desc> </info> - <prop oor:name="SpellAndGrammarDialogImage" oor:type="xs:string"> - <info> - <desc>The path to the image for the spell and grammar checking - dialog.</desc> - <label>Spell and grammar dialog image</label> - </info> - </prop> <prop oor:name="SpellAndGrammarContextMenuSuggestionImage" oor:type="xs:string"> <info> <desc>The path to the image for the spell and grammar checking |