summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-11 12:16:06 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-11 12:16:06 -0500
commit7d7036c235a92268f23cc04eab8abcb08cddeb3f (patch)
tree66bda62d76a160a1971d4d538bd30e90628afa6d /sc/inc/queryparam.hxx
parentI don't need to hear about your every little titchy success (diff)
downloadcore-7d7036c235a92268f23cc04eab8abcb08cddeb3f.tar.gz
core-7d7036c235a92268f23cc04eab8abcb08cddeb3f.zip
Revert "Removing the mixed comparison flag, which is no longer needed."
This reverts commit eaea417bfdf8d06df2b7f2e42c904c32ce77e871.
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index 49fa2bceaabd..d04f7b4a4f21 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -45,6 +45,7 @@ struct ScQueryParamBase
bool bCaseSens;
bool bRegExp;
bool bDuplicate;
+ bool bMixedComparison; // whether numbers are smaller than strings
virtual ~ScQueryParamBase();