diff options
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r-- | sc/inc/pivot.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx index 073fab2f9e4d..a3583a7ac4b0 100644 --- a/sc/inc/pivot.hxx +++ b/sc/inc/pivot.hxx @@ -151,7 +151,6 @@ struct ScPivotParam ~ScPivotParam(); ScPivotParam& operator= ( const ScPivotParam& r ); - bool operator== ( const ScPivotParam& r ) const; void SetLabelData(const ScDPLabelDataVector& r); }; @@ -166,8 +165,6 @@ struct ScPivotFuncData explicit ScPivotFuncData( SCCOL nCol, sal_uInt16 nFuncMask ); - bool operator== (const ScPivotFuncData& r) const; - #if DEBUG_PIVOT_TABLE void Dump() const; #endif |