diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-26 14:26:10 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-05-15 22:12:41 +0200 |
commit | d948d183930ef9c5d062717c4d7f95f9453c50f6 (patch) | |
tree | d1f5d8f350c45c300f8aa2571ec100b71b56b05d /officecfg | |
parent | d5c033e4393395e8c7ef18115f00bdd835ba0bfb (diff) |
[API CHANGE] Drop unused config key EmojiFont
Its use was removed in 2022 by
commit 5f1eb2a12b6e6ee646b5e9536822531ad0bd3259
Change-Id: Ifc7e3f645422a478571aaa9dcbcd9ebe9a811b23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151061
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 1958e6a2e687..8f9115d3bac3 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5129,13 +5129,6 @@ be open at the same time. NIL will be interpreted as infinite!</desc> </info> </prop> - <prop oor:name="EmojiFont" oor:type="xs:string" oor:nillable="false"> - <!-- UIHints: Emoji Control --> - <info> - <desc>Special font for rendering of emojis</desc> - </info> - <value>Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji</value> - </prop> <prop oor:name="FontsUseWinMetrics" oor:type="oor:string-list" oor:nillable="false"> <info> <desc> |