summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 15:32:22 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 15:32:22 +0000
commitee73378d75a9e348c1ee9fd73bc91fff9f355533 (patch)
tree33e3f6651c0df9f50874f9d2ac34b525a15e4d51 /sc/inc/global.hxx
parentbc152d7b475be443bd3a11d6c123b9f26b194fe4 (diff)
INTEGRATION: CWS calc25 (1.40.74); FILE MERGED
2004/11/01 17:09:38 er 1.40.74.1: #i36381# numbers are treated as being less than strings only for the [HV]?LOOKUP and MATCH functions
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 9459be000b57..5033af6de0c0 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: global.hxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 13:42:06 $
+ * last change: $Author: obo $ $Date: 2004-11-15 16:32:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -918,6 +918,7 @@ struct SC_DLLPUBLIC ScQueryParam
BOOL bInplace;
BOOL bCaseSens;
BOOL bRegExp;
+ BOOL bMixedComparison; // whether numbers are smaller than strings
BOOL bDuplicate;
BOOL bDestPers; // nicht gespeichert
SCTAB nDestTab;