diff options
Diffstat (limited to 'sc/inc/detdata.hxx')
-rw-r--r-- | sc/inc/detdata.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/detdata.hxx b/sc/inc/detdata.hxx index 271b936bba0e..665acbd635c9 100644 --- a/sc/inc/detdata.hxx +++ b/sc/inc/detdata.hxx @@ -51,9 +51,6 @@ public: // for UpdateRef: void SetPos(const ScAddress& rNew) { aPos=rNew; } - - bool operator== ( const ScDetOpData& r ) const - { return eOperation == r.eOperation && aPos == r.aPos; } }; // list of operators |