diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2017-07-10 16:27:57 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-07-19 10:15:47 +0200 |
commit | f9efee1f87262b0088c249b2c306fb53ca729b53 (patch) | |
tree | a7cfddf1a3a3f3681633310c5767f0bb00a05c7b /officecfg | |
parent | 30f7ce30c92e1add033cdea0a78cea5563758513 (diff) |
Favourites feature in Special characters
Change-Id: I8273b95132d48a51e841ec3792139007b4e7b55a
Reviewed-on: https://gerrit.libreoffice.org/39752
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 5e146982cfaf..bbf4f4eea7d1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3493,6 +3493,23 @@ <value/> </prop> </group> + <group oor:name="FavoriteCharacters"> + <info> + <desc>Contains Favorite characters</desc> + </info> + <prop oor:name="FavoriteCharacterList" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>List of Favorite characters</desc> + </info> + <value/> + </prop> + <prop oor:name="FavoriteCharacterFontList" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>List of Favorite character font</desc> + </info> + <value/> + </prop> + </group> <group oor:name="Help"> <info> <desc>Contains settings that specify the common help settings.</desc> |