diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2009-09-16 10:58:37 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2009-09-16 10:58:37 -0400 |
commit | 66df527698911ad351fdc8a5c91e4a40b96c89bf (patch) | |
tree | 3c059ced7d6579fb1bb96abd17febc5f8d34c18e /sc/inc/dociter.hxx | |
parent | 3437017068ea054dc18dfa2f99e02f9c1170cf20 (diff) |
Moved the string flag from the iterator to the query param struct.
Diffstat (limited to 'sc/inc/dociter.hxx')
-rw-r--r-- | sc/inc/dociter.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index ba7eefdd0d7f..d68cbbe4894a 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -203,8 +203,6 @@ private: ::std::auto_ptr<ScDBQueryParamBase> mpParam; ::std::auto_ptr<DataAccess> mpData; - bool mbCountString; - bool GetThis(Value& rValue); public: @@ -213,8 +211,6 @@ public: bool GetFirst(Value& rValue); /// Does NOT reset rValue if no value found! bool GetNext(Value& rValue); - - void SetCountString(bool b); }; // ============================================================================ |