diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2017-08-20 04:09:50 +0000 |
---|---|---|
committer | Akshay Deep <akshaydeepiitr@gmail.com> | 2017-08-20 22:51:35 +0200 |
commit | fc096827ea9fee79c27e07db040c6aed2b5d9ffd (patch) | |
tree | 0374915baa1dc326564bcba3da199e628fba451e /officecfg | |
parent | 22aaa9be2ef05358f672ce8fc9f6978664741e7f (diff) |
tdf#111775 - Default list of favourite special characters
Change-Id: I530c772d5b885132d38c168de66de923703f4b9f
Reviewed-on: https://gerrit.libreoffice.org/41342
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 054f34ea0241..68c37e77f98a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3425,13 +3425,39 @@ <info> <desc>List of Favorite characters</desc> </info> - <value/> + <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> + </value> </prop> <prop oor:name="FavoriteCharacterFontList" oor:type="oor:string-list" oor:nillable="false"> <info> <desc>List of Favorite character font</desc> </info> - <value/> + <value> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + <it>Liberation Serif</it> + </value> </prop> </group> <group oor:name="Help"> |