summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-11 21:10:14 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-11 21:11:03 -0500
commit10a5404fd0fc2da42ba5b293363704af081ae308 (patch)
tree3d36120fc468fb96f84bc540f2445259026d6e72 /sc/inc
parentc36fb812f806105901b0f5d1bd0315bcc5022812 (diff)
New test for pivot tables with named source ranges.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dpobject.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index db8ea9222f0f..48e43eb60e67 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -286,6 +286,7 @@ public:
ScDocument* mpDoc;
public:
NameCaches(ScDocument* pDoc);
+ const ScDPCache* getCache(const rtl::OUString& rName) const;
const ScDPCache* getCache(const ::rtl::OUString& rName, const ScRange& rRange);
private:
void removeCache(const ::rtl::OUString& rName);