summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2011-11-24 21:44:40 +0100
committerEike Rathke <erack@redhat.com>2011-11-25 01:01:15 +0100
commitf37a539b79f601e047fefee06357b5538c6c81b0 (patch)
tree95d13d6f5fea2835bcee09d6f335c0816944c879 /sc/inc
parent811de66d7fd8c93c43d8e4e2dc73720033ba939b (diff)
calc67: #i117661# filterByPageDimension: don't overwrite source filter with page field selection
# Original author: Niklas Nebel <nn@openoffice.org> * found as LGPLv3-only fix at svn rev 1167326 (http://svn.apache.org/viewvc?view=revision&revision=1167326)
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dptabsrc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index 0519bd20b1ac..79986f734db8 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -132,6 +132,7 @@ private:
std::vector<ScDPLevel*> aColLevelList;
std::vector<ScDPLevel*> aRowLevelList;
sal_Bool bResultOverflow;
+ bool bPageFiltered; // set if page field filters have been applied to cache table
SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<rtl::OUString> mpGrandTotalName;