From ebdd9c300718bce454ef56a31d5d8fb699fc1822 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 14 Nov 2011 10:37:47 -0500 Subject: Revert "Revert "Removing the mixed comparison flag, which is no longer needed."" This reverts commit 7d7036c235a92268f23cc04eab8abcb08cddeb3f. --- sc/inc/queryparam.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc') 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(); -- cgit