diff options
Diffstat (limited to 'sc/inc/dptabres.hxx')
-rw-r--r-- | sc/inc/dptabres.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx index 30fc21224dfe..cffd0c8d68cc 100644 --- a/sc/inc/dptabres.hxx +++ b/sc/inc/dptabres.hxx @@ -39,7 +39,6 @@ namespace com { namespace sun { namespace star { namespace sheet { struct DataPilotFieldReference; } } } } - class ScAddress; class ScDocument; class ScDPSource; @@ -216,7 +215,6 @@ public: void SetInColRoot(bool bSet) { bIsInColRoot = bSet; } }; -// -------------------------------------------------------------------- // // results for a hierarchy dimension // @@ -346,7 +344,6 @@ public: const ScDPSource& GetSource() const; }; - class ScDPResultMember { private: @@ -505,7 +502,6 @@ public: typedef std::vector<ScDPDataMember*> ScDPDataMembers; - // result dimension contains only members class ScDPResultDimension @@ -666,8 +662,6 @@ public: ScDPDataMember* GetMember(long n); }; -// ---------------------------------------------------------------------------- - /** * This class collects visible members of each dimension and uses that * information to create filtering criteria (e.g. for drill-down data). |