summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
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/inc/queryparam.hxx
parentRe-enabled textural in-exact comparison in unit test for MATCH. (diff)
downloadcore-eaea417bfdf8d06df2b7f2e42c904c32ce77e871.tar.gz
core-eaea417bfdf8d06df2b7f2e42c904c32ce77e871.zip
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/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index d04f7b4a4f21..49fa2bceaabd 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -45,7 +45,6 @@ struct ScQueryParamBase
bool bCaseSens;
bool bRegExp;
bool bDuplicate;
- bool bMixedComparison; // whether numbers are smaller than strings
virtual ~ScQueryParamBase();