summaryrefslogtreecommitdiff
path: root/sc/inc/dpcachetable.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-02-28 20:04:40 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-28 20:04:40 -0500
commitc51037f84d6a1a2759ae47f04b13de970dc1c8fc (patch)
treed64d59da1ad6998356b35d6abdce849f23162f58 /sc/inc/dpcachetable.hxx
parente605f77032d67f50be28913aa6a2ece881642bb0 (diff)
A little code cleanup.
Diffstat (limited to 'sc/inc/dpcachetable.hxx')
-rw-r--r--sc/inc/dpcachetable.hxx14
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: