diff options
-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 --> |