diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-19 13:10:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-19 13:45:44 +0200 |
commit | c0b199b3c69ace999db6e688466b2bbd9ad7c389 (patch) | |
tree | 711dc1d1ae55aa3c4d7e085eda9cf63382a445ca /sc/inc/pivot.hxx | |
parent | 0d31873dc1f40963b70a3840537e9c25bec7cff0 (diff) |
loplugin:unusedmethods in sc/
Change-Id: I2c24d06d9fad26c65fa13cdcaa2c3f908971106c
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r-- | sc/inc/pivot.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx index a3583a7ac4b0..f0dd99b94de0 100644 --- a/sc/inc/pivot.hxx +++ b/sc/inc/pivot.hxx @@ -124,7 +124,6 @@ struct ScPivotField ScPivotField( const ScPivotField& r ); long getOriginalDim() const; - bool operator==( const ScPivotField& r ) const; }; typedef std::vector< ScPivotField > ScPivotFieldVector; |