diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-14 16:54:44 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-14 17:05:59 -0500 |
commit | 04fc63b20088bb704728c05d0460cf18f5f152ea (patch) | |
tree | 0df92367a220451b291b3110c29eace9e91df931 /sc/inc/dpcachetable.hxx | |
parent | f6d50b0ebb08ccdeae2d62ad070145a28ce732f8 (diff) |
No more pSpecial treatment of empty / non-empty queries.
Diffstat (limited to 'sc/inc/dpcachetable.hxx')
-rw-r--r-- | sc/inc/dpcachetable.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx index 9c6353d0b51a..62efc84b7e41 100644 --- a/sc/inc/dpcachetable.hxx +++ b/sc/inc/dpcachetable.hxx @@ -138,8 +138,7 @@ public: /** Fill the internal table from the cell range provided. This function assumes that the first row is the column header. */ - void fillTable( const ScQueryParam& rQuery, bool* pSpecial, - bool bIgnoreEmptyRows, bool bRepeatIfEmpty ); + void fillTable(const ScQueryParam& rQuery, bool bIgnoreEmptyRows, bool bRepeatIfEmpty); /** Fill the internal table from database connection object. This function assumes that the first row is the column header. */ |