summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-05-29 18:23:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-05-29 18:25:24 +0200
commit3e07bdfce6ef700a94868ccc03268aa005c295b8 (patch)
treeec49a850917ff416c1bceaf1fd37ee9ff583929c /sc
parent1b330990733bcffbbf485df7aaed8130c899e2b8 (diff)
Revert "fdo#50183 Use one sheet as default in Calc"
This reverts commit 9a7d3d47d9b4d57b0c7380eadb294add4245ba3a. It caused various tests in sc/JunitTest_sc_complex and sc/JunitTest_sc_unoapi to fail, which apparently implicitly depend on three instead of one sheets per default in Calc.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/defaultsoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/defaultsoptions.cxx b/sc/source/core/tool/defaultsoptions.cxx
index 9683a7affd57..034b5851d41c 100644
--- a/sc/source/core/tool/defaultsoptions.cxx
+++ b/sc/source/core/tool/defaultsoptions.cxx
@@ -61,7 +61,7 @@ ScDefaultsOptions::~ScDefaultsOptions()
void ScDefaultsOptions::SetDefaults()
{
- nInitTabCount = 1;
+ nInitTabCount = 3;
aInitTabPrefix = ScGlobal::GetRscString(STR_TABLE_DEF); // Default Prefix "Sheet"
}