diff options
author | Eike Rathke <erack@redhat.com> | 2016-07-20 19:15:47 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-07-20 19:19:40 +0200 |
commit | 4a2d67df5c3c44766adb0d395dffae61387c22a5 (patch) | |
tree | 8f99146cabe852d382741bf72021e2bf95bb76b5 | |
parent | 2aed0d49d7891b9360916b65771222810aeeac96 (diff) |
Resolves: tdf#88581 default for new installations is Wildcards on
... and RegularExpressions off. So the default is interoperable.
Change-Id: I295429d1b0ad61d5e9564f10970270df78026893
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index bd17f4aa8153..d6426a3da049 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 --> |