From 4a2d67df5c3c44766adb0d395dffae61387c22a5 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 20 Jul 2016 19:15:47 +0200 Subject: Resolves: tdf#88581 default for new installations is Wildcards on ... and RegularExpressions off. So the default is interoperable. Change-Id: I295429d1b0ad61d5e9564f10970270df78026893 --- officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 4 ++-- 1 file 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 @@ Specifies whether the calculation uses regular expressions in formulas, e.g. for functions which look up sheet contents. - true + false @@ -1321,7 +1321,7 @@ Specifies whether the calculation uses wildcards in formulas, e.g. for functions which look up sheet contents. - false + true -- cgit v1.2.3