officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fd802f46cdd2ae6956c912f6f647aeead1c59b00 Author: Markus Mohrhard <[email protected]> Date: Wed Apr 22 20:13:51 2015 +0200 disable column and row labels by default Change-Id: I9aa762166a2e15bf506cafccbc4c2afe1e0d41e2 diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index e680389..bb74d74 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 --> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
