diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-21 17:41:08 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-21 17:41:08 -0500 |
commit | 62363c6f7dac83f8a90411814d1faaca18dfa974 (patch) | |
tree | 6643898b2f2532041f6b7f8757bcebe31fc775b5 /sc/inc/dpshttab.hxx | |
parent | 5bdc813406c5839b1b7ac53dc37b234e15052572 (diff) |
Get source range from range name if exists.
Now the data pilot table calculates result from a range name if
it's there.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index f8bbc40b1dc7..553d07b4631c 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -77,11 +77,11 @@ public: */ ULONG CheckSourceRange() const; ScDPTableDataCache* GetCache(long nID) const; - ScDPTableDataCache* GetExistDPObjectCache () const; + ScDPTableDataCache* GetExistDPObjectCache() const; long GetCacheId(long nID) const; private: - ScRange maSourceRange; + mutable ScRange maSourceRange; ::rtl::OUString maRangeName; ScQueryParam maQueryParam; ScDocument* mpDoc; |