diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-22 20:13:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-23 01:16:37 +0200 |
commit | fd802f46cdd2ae6956c912f6f647aeead1c59b00 (patch) | |
tree | 20ac86384a1e8d4eb7650a40a095adfe08f3487e /officecfg | |
parent | ba4191c6986fa9fc5d22fa8203d8a986edfdcdaf (diff) |
disable column and row labels by default
Change-Id: I9aa762166a2e15bf506cafccbc4c2afe1e0d41e2
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 e680389f8b92..bb74d74b6256 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1288,7 +1288,7 @@ <desc>Specifies whether column and row labels are used to refer to the column area beneath the text cell or to the row area at the right of the text cell while running a search.</desc> <label>Automatically find column and row labels</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="DecimalPlaces" oor:type="xs:int" oor:nillable="false"> <!-- OldPath: Calc/Calculate --> |