diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/dptabres.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx index 0a20f3cffa76..13eeb5fc5135 100644 --- a/sc/inc/dptabres.hxx +++ b/sc/inc/dptabres.hxx @@ -483,8 +483,6 @@ public: ScDPDataDimension* GetChildDimension() { return pChildDimension.get(); } }; -typedef std::vector<ScDPDataMember*> ScDPDataMembers; - // result dimension contains only members class ScDPResultDimension |