diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx index eb0a7565e496..25a18bef1c13 100644 --- a/sc/inc/dpcachetable.hxx +++ b/sc/inc/dpcachetable.hxx @@ -49,19 +49,12 @@ namespace com { namespace sun { namespace star { }}} class Date; - +class ScDPItemData; +class ScDPTableDataCache; class ScDocument; class ScRange; -class ScDPDimension; -class ScDPCollection; -struct ScDPCacheCell; -struct ScQueryParam; -class ScDPItemData; -class Date; - -class ScDPTableDataCache; struct ScDPValueData; -// ---------------------------------------------------------------------------- +struct ScQueryParam; class SC_DLLPUBLIC ScDPCacheTable { @@ -190,7 +183,6 @@ private: * @param rCriteria a list of criteria */ bool isRowQualified(sal_Int32 nRow, const ::std::vector& rCriteria, const ::boost::unordered_set& rRepeatIfEmptyDims) const; - void getValueData(ScDocument* pDoc, const ScAddress& rPos, ScDPCacheCell& rCell); void initNoneCache( ScDocument* pDoc ); private: