summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/doubleref.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-10 15:45:53 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-10 15:45:53 -0500
commiteaea417bfdf8d06df2b7f2e42c904c32ce77e871 (patch)
treeeeb4801aa8c1b7cb76a63aba502e7a48162d7331 /sc/source/core/tool/doubleref.cxx
parente67181c0f1edf99b595c4589a668150719642811 (diff)
Removing the mixed comparison flag, which is no longer needed.
This flag was introduced years ago to deal with Excel's behavior on incorrectly sorted data range. But later versions of Excel no longer follow that behavior & keeping this flag would make the evaluation code unnecessarily more complex & hard to adopt to multi-item matching.
Diffstat (limited to 'sc/source/core/tool/doubleref.cxx')
-rw-r--r--sc/source/core/tool/doubleref.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/doubleref.cxx b/sc/source/core/tool/doubleref.cxx
index 15e6d53c871b..a7414aa75de9 100644
--- a/sc/source/core/tool/doubleref.cxx
+++ b/sc/source/core/tool/doubleref.cxx
@@ -276,7 +276,6 @@ void ScDBRangeBase::fillQueryOptions(ScQueryParamBase* pParam)
pParam->bCaseSens = false;
pParam->bRegExp = false;
pParam->bDuplicate = true;
- pParam->bMixedComparison = false;
}
ScDocument* ScDBRangeBase::getDoc() const