diff options
author | Eike Rathke <erack@redhat.com> | 2016-07-20 23:18:20 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-07-20 23:53:25 +0200 |
commit | c48c5bad9d371da0e0c47c7ef5611a4afe4fd82e (patch) | |
tree | f7dff67fd903ad8384c36d568890d7a975b82d19 | |
parent | b0db1f4c79e12b4fc96f82b362b332d9ffb6e87c (diff) |
switch also internal default to Wildcards, tdf#88581 related
Change-Id: I95fc22ba8672ffd7f4c52734e46537420bfd32b0
-rw-r--r-- | sc/source/core/tool/docoptio.cxx | 4 |
1 files 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; } |