summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpshttab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-02-28 21:36:18 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-28 21:36:18 -0500
commita259eba2f737c5ba12c880ecd1ed959ac3a116ed (patch)
tree12f8905aedbadad9c22de53e0414f2b8506372f0 /sc/inc/dpshttab.hxx
parentData cache is now stored in the cashe table object for now. (diff)
downloadcore-a259eba2f737c5ba12c880ecd1ed959ac3a116ed.tar.gz
core-a259eba2f737c5ba12c880ecd1ed959ac3a116ed.zip
More removal of cache ID related stuff.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r--sc/inc/dpshttab.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx
index 601271e72e90..a9d9529adcb3 100644
--- a/sc/inc/dpshttab.hxx
+++ b/sc/inc/dpshttab.hxx
@@ -78,7 +78,7 @@ public:
const ScQueryParam& GetQueryParam() const;
bool operator== ( const ScSheetSourceDesc& rOther ) const;
- ScDPTableDataCache* CreateCache(long nID = -1) const;
+ ScDPTableDataCache* CreateCache() const;
/**
* Check the sanity of the data source range.
@@ -113,7 +113,7 @@ private:
ScDPCacheTable aCacheTable;
public:
- ScSheetDPData( ScDocument* pD, const ScSheetSourceDesc& rDesc, long nCacheId = -1 );
+ ScSheetDPData(ScDocument* pD, const ScSheetSourceDesc& rDesc);
virtual ~ScSheetDPData();
virtual long GetColumnCount();