summaryrefslogtreecommitdiff
path: root/sc/inc/dociter.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/dociter.hxx
parent3437017068ea054dc18dfa2f99e02f9c1170cf20 (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.hxx4
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);
};
// ============================================================================