summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/tool/docoptio.cxx4
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;
}