diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-11 21:10:14 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-01-11 21:11:39 -0500 |
commit | 6a14a58299996b9c041d9e3e0878c4a0ecfb46ce (patch) | |
tree | 28b79b78344e9ae9d384b182eb03e1aa89572067 /sc/inc | |
parent | 0204bbffbc273782ca3148c7ba6768af4f5a77f9 (diff) |
New test for pivot tables with named source ranges.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dpobject.hxx | 1 |
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); |