diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-05-29 18:23:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-05-29 18:25:24 +0200 |
commit | 3e07bdfce6ef700a94868ccc03268aa005c295b8 (patch) | |
tree | ec49a850917ff416c1bceaf1fd37ee9ff583929c /officecfg | |
parent | 1b330990733bcffbbf485df7aaed8130c899e2b8 (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 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 62f0ff030f0d..0cd2ff32ec37 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1620,7 +1620,7 @@ <author>Albert Thuswaldner</author> <desc>Option to set initial number of sheet tabs</desc> </info> - <value>1</value> + <value>3</value> </prop> <prop oor:name="SheetPrefix" oor:type="xs:string"> <!-- UIHints: Tools - Options - Spreadsheet - Defaults --> |