summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpshttab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-21 17:41:08 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-21 17:41:08 -0500
commit62363c6f7dac83f8a90411814d1faaca18dfa974 (patch)
tree6643898b2f2532041f6b7f8757bcebe31fc775b5 /sc/inc/dpshttab.hxx
parentSeveral of its methods now don't need to take ScDocument* as an arg. (diff)
downloadcore-62363c6f7dac83f8a90411814d1faaca18dfa974.tar.gz
core-62363c6f7dac83f8a90411814d1faaca18dfa974.zip
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.hxx4
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;