diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-12 23:51:13 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-12 23:51:13 -0500 |
commit | b8d460580f9ba7d9da19d1fb6bd101fa16e41ba6 (patch) | |
tree | 9178a3f42e805e45e1692184082d4de5e8a5106c /sc/inc/dpobject.hxx | |
parent | 2bc1da2caa0caadf14921de58d0757ed82733bd0 (diff) |
Removed unused method.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r-- | sc/inc/dpobject.hxx | 1 |
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 (); }; |