Kaydet (Commit) 71056d59 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert "Revert "fdo#50183 Use one sheet as default in Calc""

This reverts commit 3e07bdfc.
The problems with the tests still assuming three sheets by default
have now been addressed.
üst 0210ec32
......@@ -1649,7 +1649,7 @@
<author>Albert Thuswaldner</author>
<desc>Option to set initial number of sheet tabs</desc>
</info>
<value>3</value>
<value>1</value>
</prop>
<prop oor:name="SheetPrefix" oor:type="xs:string">
<!-- UIHints: Tools - Options - Spreadsheet - Defaults -->
......
......@@ -61,7 +61,7 @@ ScDefaultsOptions::~ScDefaultsOptions()
void ScDefaultsOptions::SetDefaults()
{
nInitTabCount = 3;
nInitTabCount = 1;
aInitTabPrefix = ScGlobal::GetRscString(STR_TABLE_DEF); // Default Prefix "Sheet"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment