diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-11 12:16:06 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-11 12:16:06 -0500 |
commit | 7d7036c235a92268f23cc04eab8abcb08cddeb3f (patch) | |
tree | 66bda62d76a160a1971d4d538bd30e90628afa6d /sc/inc/queryparam.hxx | |
parent | 16e959669c99432c45316cd1103512a63a11860f (diff) |
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.hxx | 1 |
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(); |