diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-10-11 17:04:57 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-11 17:04:57 -0400 |
commit | 8daf22467845ab5a160e0e64f7c981fa973c3c10 (patch) | |
tree | 3bb49b2de895714415d02d2317e269474b52d609 /officecfg | |
parent | c91f21eb8e269dd1544ac5e314cd07269743c9b7 (diff) |
New options tab page for Calc's compatibility settings.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 98 |
1 files changed, 29 insertions, 69 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 3a9cd0270bc2..efec26394481 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1542,74 +1542,34 @@ </prop> </group> </group> + <group oor:name="Compatibility"> + <info> + <desc>Contains various compatibility settings.</desc> + </info> + <group oor:name="KeyBindings"> + <info> + <desc>Contains options related to key bindings</desc> + </info> + <prop oor:name="BaseGroup" oor:type="xs:int"> + <!-- UIHints: Tools - Options - Spreadsheet - Compatibility --> + <info> + <author>Kohei Yoshida</author> + <desc>Specifies baseline key binding group to use.</desc> + </info> + <constraints> + <enumeration oor:value="0"> + <info> + <desc>Default</desc> + </info> + </enumeration> + <enumeration oor:value="1"> + <info> + <desc>OpenOffice.org legacy</desc> + </info> + </enumeration> + </constraints> + </prop> + </group> + </group> </component> </oor:component-schema> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |