summaryrefslogtreecommitdiff
path: root/sc/inc/dpcachetable.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-01 00:02:01 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-01 00:02:01 -0500
commitf84427bfddd49efee446f73fb1b926d102ce9641 (patch)
tree6c6871ab683a1465190638713dffb9d79a3f4d05 /sc/inc/dpcachetable.hxx
parent716556f19c21090cd7f0ed4c0515df17a3cec241 (diff)
Finally get the refresh to work properly.
Diffstat (limited to 'sc/inc/dpcachetable.hxx')
-rw-r--r--sc/inc/dpcachetable.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx
index 5e5bb24c3b21..d0b209a2bafc 100644
--- a/sc/inc/dpcachetable.hxx
+++ b/sc/inc/dpcachetable.hxx
@@ -169,6 +169,7 @@ public:
SCROW getOrder(long nDim, SCROW nIndex) const;
void clear();
bool empty() const;
+ void setCache(ScDPTableDataCache* p);
private:
ScDPCacheTable();