summaryrefslogtreecommitdiffstats
path: root/officecfg
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs13
1 files changed, 10 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 3efc2e3456bb..700d7165d13e 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1610,11 +1610,11 @@
<info>
<desc>Contains various defaults settings.</desc>
</info>
- <group oor:name="Other">
+ <group oor:name="Sheet">
<info>
- <desc>Other Program defaults</desc>
+ <desc>Sheet defaults</desc>
</info>
- <prop oor:name="TabCount" oor:type="xs:int" oor:nillable="false">
+ <prop oor:name="SheetCount" oor:type="xs:int" oor:nillable="false">
<!-- UIHints: Tools - Options - Spreadsheet - Defaults -->
<info>
<author>Albert Thuswaldner</author>
@@ -1622,6 +1622,13 @@
</info>
<value>3</value>
</prop>
+ <prop oor:name="SheetPrefix" oor:type="xs:string">
+ <!-- UIHints: Tools - Options - Spreadsheet - Defaults -->
+ <info>
+ <author>Albert Thuswaldner</author>
+ <desc>Option to set the prefix name for new sheet tabs</desc>
+ </info>
+ </prop>
</group>
</group>
</component>