diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2017-08-24 16:58:20 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-09-04 02:57:25 +0200 |
commit | 15790025c8ac2fe659f458cffc0d72a79089074e (patch) | |
tree | 98f50f9e73e9f34eb6d99c9a9fba6fabf6a8a6d1 | |
parent | 92398087068f08ffd289868a840f925e510ed31b (diff) |
tdf#106988 Default favorite characters
Update of default list according design meeting decision
Change-Id: I7db04cf402b5e9ed813f5c15188c45ae52dc7a3e
Reviewed-on: https://gerrit.libreoffice.org/41523
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 68c37e77f98a..70df274f7ff5 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3426,16 +3426,16 @@ <desc>List of Favorite characters</desc> </info> <value> - <it>₠</it> + <it>€</it> <it>¥</it> <it>£</it> - <it>₪</it> - <it>Φ</it> + <it>©</it> <it>Σ</it> - <it>Ψ</it> <it>Ω</it> + <it>≤</it> + <it>≥</it> <it>∞</it> - <it>😃</it> + <it>π</it> <it>†</it> <it>‡</it> </value> |