summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2011-06-13 15:42:56 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-06-13 15:42:56 -0400
commit33d23d9f293786c08142eec9f5b85b2392c3bc49 (patch)
treec7048afae41483929e1f23692a30cde7826f4142 /officecfg
parentf75a85644d80d437dae87f226ed3e60aa9a93a43 (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.xcs22
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>