From c48c5bad9d371da0e0c47c7ef5611a4afe4fd82e Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 20 Jul 2016 23:18:20 +0200 Subject: switch also internal default to Wildcards, tdf#88581 related Change-Id: I95fc22ba8672ffd7f4c52734e46537420bfd32b0 --- sc/source/core/tool/docoptio.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc/source/core/tool/docoptio.cxx b/sc/source/core/tool/docoptio.cxx index a84f8ae15a48..5220a84e010a 100644 --- a/sc/source/core/tool/docoptio.cxx +++ b/sc/source/core/tool/docoptio.cxx @@ -96,8 +96,8 @@ void ScDocOptions::ResetDocOptions() bMatchWholeCell = true; bDoAutoSpell = false; bLookUpColRowNames = true; - bFormulaRegexEnabled= true; - bFormulaWildcardsEnabled= false; + bFormulaRegexEnabled= false; + bFormulaWildcardsEnabled= true; eFormulaSearchType = eSearchTypeUnknown; bWriteCalcConfig = true; } -- cgit v1.2.3