diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-02-28 20:04:40 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-02-28 20:04:40 -0500 |
commit | c51037f84d6a1a2759ae47f04b13de970dc1c8fc (patch) | |
tree | d64d59da1ad6998356b35d6abdce849f23162f58 /sc/inc/dpcachetable.hxx | |
parent | e605f77032d67f50be28913aa6a2ece881642bb0 (diff) |
A little code cleanup.
Diffstat (limited to 'sc/inc/dpcachetable.hxx')
-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: |