diff options
-rw-r--r-- | sc/inc/dpcachetable.hxx | 14 |
1 files changed, 3 insertions, 11 deletions
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 ScDocument; -class ScRange; -class ScDPDimension; -class ScDPCollection; -struct ScDPCacheCell; -struct ScQueryParam; class ScDPItemData; -class Date; - class ScDPTableDataCache; +class ScDocument; +class ScRange; 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<Criterion>& rCriteria, const ::boost::unordered_set<sal_Int32>& rRepeatIfEmptyDims) const; - void getValueData(ScDocument* pDoc, const ScAddress& rPos, ScDPCacheCell& rCell); void initNoneCache( ScDocument* pDoc ); private: |