diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-02-28 21:36:18 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-02-28 21:36:18 -0500 |
commit | a259eba2f737c5ba12c880ecd1ed959ac3a116ed (patch) | |
tree | 12f8905aedbadad9c22de53e0414f2b8506372f0 /sc/inc/dpshttab.hxx | |
parent | e7db4c4fdc5d969f59ebee8a6b7848a9dc733c71 (diff) |
More removal of cache ID related stuff.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 4 |
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(); |