summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-14 10:37:47 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-14 10:37:47 -0500
commitebdd9c300718bce454ef56a31d5d8fb699fc1822 (patch)
treebcafb712a437482e70321b9f64c2a68825407286 /sc/inc/queryparam.hxx
parentremove dodgy const_casts (diff)
downloadcore-ebdd9c300718bce454ef56a31d5d8fb699fc1822.tar.gz
core-ebdd9c300718bce454ef56a31d5d8fb699fc1822.zip
Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""
This reverts commit 7d7036c235a92268f23cc04eab8abcb08cddeb3f.
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();