diff options
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r-- | sc/inc/dpgroup.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx index 60b5d18a213b..1420c2c47ddc 100644 --- a/sc/inc/dpgroup.hxx +++ b/sc/inc/dpgroup.hxx @@ -115,10 +115,8 @@ public: bool IsDateDimension() const { return mbDateDimension;} }; - // proxy implementation of ScDPTableData to add grouped items - class ScDPGroupTableData : public ScDPTableData { typedef ::boost::unordered_set< OUString, OUStringHash, ::std::equal_to< OUString > > StringHashSet; @@ -188,7 +186,6 @@ public: #endif }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |