summaryrefslogtreecommitdiff
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-12 23:51:13 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-12 23:51:13 -0500
commitb8d460580f9ba7d9da19d1fb6bd101fa16e41ba6 (patch)
tree9178a3f42e805e45e1692184082d4de5e8a5106c /sc/inc/dpobject.hxx
parent2bc1da2caa0caadf14921de58d0757ed82733bd0 (diff)
Removed unused method.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 208fce900df1..d2fba890ebb9 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -291,7 +291,6 @@ public:
ScDPTableDataCache* GetUsedDPObjectCache ( ScRange rRange );
long AddDPObjectCache( ScDPTableDataCache* pData );
void RemoveDPObjectCache( long nID );
- void RemoveUnusedDPObjectCaches();
long GetNewDPObjectCacheId ();
};