summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-09-16 10:58:37 -0400
committerKohei Yoshida <kyoshida@novell.com>2009-09-16 10:58:37 -0400
commit66df527698911ad351fdc8a5c91e4a40b96c89bf (patch)
tree3c059ced7d6579fb1bb96abd17febc5f8d34c18e /sc/inc/queryparam.hxx
parentrenamed: ScDBQueryValueIterator -> ScDBQueryDataIterator. (diff)
downloadcore-66df527698911ad351fdc8a5c91e4a40b96c89bf.tar.gz
core-66df527698911ad351fdc8a5c91e4a40b96c89bf.zip
Moved the string flag from the iterator to the query param struct.
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 569b55719100..154c2f05fa82 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -101,6 +101,7 @@ struct ScDBQueryParamBase : public ScQueryParamBase
enum DataType { INTERNAL, MATRIX };
SCCOL mnField; /// the field in which the values are processed during iteration.
+ bool mbSkipString;
DataType GetType() const;