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/dpshttab.hxx | |
parent | f6d50b0ebb08ccdeae2d62ad070145a28ce732f8 (diff) |
No more pSpecial treatment of empty / non-empty queries.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 505a2758ae78..825513547df3 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -103,7 +103,6 @@ class SC_DLLPUBLIC ScSheetDPData : public ScDPTableData { private: ScQueryParam aQuery; - bool* pSpecial; bool bIgnoreEmptyRows; bool bRepeatIfEmpty; |