diff options
author | Albert Thuswaldner <albert.thuswaldner@gmail.com> | 2011-06-13 15:42:56 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-06-13 15:42:56 -0400 |
commit | 33d23d9f293786c08142eec9f5b85b2392c3bc49 (patch) | |
tree | c7048afae41483929e1f23692a30cde7826f4142 /officecfg | |
parent | f75a85644d80d437dae87f226ed3e60aa9a93a43 (diff) |
fdo#33293: Option to configure initial number of sheets in Calc.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 8e50f95afaa0..a5528eb7c121 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1570,6 +1570,24 @@ </constraints> </prop> </group> - </group> - </component> + </group> + <group oor:name="Defaults"> + <info> + <desc>Contains various defaults settings.</desc> + </info> + <group oor:name="Other"> + <info> + <desc>Other Program defaults</desc> + </info> + <prop oor:name="TabCount" oor:type="xs:int"> + <!-- UIHints: Tools - Options - Spreadsheet - Defaults --> + <info> + <author>Albert Thuswaldner</author> + <desc>Option to set initial number of sheet tabs</desc> + </info> + <value>3</value> + </prop> + </group> + </group> + </component> </oor:component-schema> |