[Libreoffice-commits] core.git: officecfg/registry
Eike Rathke
erack at redhat.com
Wed Jul 20 17:20:10 UTC 2016
officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4a2d67df5c3c44766adb0d395dffae61387c22a5
Author: Eike Rathke <erack at redhat.com>
Date: Wed Jul 20 19:15:47 2016 +0200
Resolves: tdf#88581 default for new installations is Wildcards on
... and RegularExpressions off. So the default is interoperable.
Change-Id: I295429d1b0ad61d5e9564f10970270df78026893
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index bd17f4a..d6426a3 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1313,7 +1313,7 @@
<desc>Specifies whether the calculation uses regular expressions in formulas, e.g. for functions which look up sheet contents.</desc>
<label>Enable regular expressions in formulas</label>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<prop oor:name="Wildcards" oor:type="xs:boolean" oor:nillable="false">
<!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Enable wildcards in formulas -->
@@ -1321,7 +1321,7 @@
<desc>Specifies whether the calculation uses wildcards in formulas, e.g. for functions which look up sheet contents.</desc>
<label>Enable wildcards in formulas</label>
</info>
- <value>false</value>
+ <value>true</value>
</prop>
<prop oor:name="FormulaSyntax" oor:type="xs:int">
<!-- UIHints: Tools - Options Spreadsheet Calculate -->
More information about the Libreoffice-commits
mailing list