summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dptabres.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dptabres.cxx')
-rw-r--r--sc/source/core/data/dptabres.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx
index 0d2c3732f5c3..f6e7bbfaaa60 100644
--- a/sc/source/core/data/dptabres.cxx
+++ b/sc/source/core/data/dptabres.cxx
@@ -145,7 +145,6 @@ public:
nMeasure(nM),
bAscending(bAsc)
{}
- ~ScDPRowMembersOrder() {}
bool operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const;
};
@@ -162,7 +161,6 @@ public:
nMeasure(nM),
bAscending(bAsc)
{}
- ~ScDPColMembersOrder() {}
bool operator()( sal_Int32 nIndex1, sal_Int32 nIndex2 ) const;
};
@@ -2689,7 +2687,6 @@ private:
long nGroupBase;
public:
ScDPGroupCompare( const ScDPResultData* pData, const ScDPInitState& rState, long nDimension );
- ~ScDPGroupCompare() {}
bool IsIncluded( const ScDPMember& rMember ) { return bIncludeAll || TestIncluded( rMember ); }
bool TestIncluded( const ScDPMember& rMember );