diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2017-05-11 13:27:38 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-06-19 14:36:32 +0200 |
commit | 710a39414569995bd5a8631a948c939dc73bcef9 (patch) | |
tree | e3da87fd9012713605004e8bd20ca2b98df45ac5 /officecfg | |
parent | cacb75aa0bea36d4e5fc083a75a8b376133d3d65 (diff) |
GSoC: Glyph View and Recent Characters Control in Special Characters dialog
Change-Id: Ia55f3fefe7c14327cff2e996ab0038dc52f9b017
Reviewed-on: https://gerrit.libreoffice.org/37496
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-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 36c0b5f97fe1..6844e63e0b5c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3476,6 +3476,23 @@ <value/> </prop> </group> + <group oor:name="RecentCharacters"> + <info> + <desc>Contains recent characters</desc> + </info> + <prop oor:name="RecentCharacterList" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>List of Recent characters</desc> + </info> + <value/> + </prop> + <prop oor:name="RecentCharacterFontList" oor:type="oor:string-list" oor:nillable="false"> + <info> + <desc>List of Recent character font</desc> + </info> + <value/> + </prop> + </group> <group oor:name="Help"> <info> <desc>Contains settings that specify the common help settings.</desc> |