diff options
author | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2012-05-25 11:27:37 +0200 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2012-05-25 19:11:13 +0200 |
commit | 9a7d3d47d9b4d57b0c7380eadb294add4245ba3a (patch) | |
tree | 995ae642061e9c77d0d550c3d56e0d4567a0da5a /officecfg | |
parent | 1ed6ca8173c1916b783e52d92296efdda3c82968 (diff) |
fdo#50183 Use one sheet as default in Calc
Change-Id: I031b6ef17d4113194c246bd1081268fa27810517
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 0cd2ff32ec37..62f0ff030f0d 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>3</value> + <value>1</value> </prop> <prop oor:name="SheetPrefix" oor:type="xs:string"> <!-- UIHints: Tools - Options - Spreadsheet - Defaults --> |