summaryrefslogtreecommitdiff
path: root/sc/inc/bigrange.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/bigrange.hxx')
-rw-r--r--sc/inc/bigrange.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/bigrange.hxx b/sc/inc/bigrange.hxx
index c677df19aa4a..9dfbe2e073df 100644
--- a/sc/inc/bigrange.hxx
+++ b/sc/inc/bigrange.hxx
@@ -69,8 +69,6 @@ public:
{ nCol = r.Col(); nRow = r.Row(); nTab = r.Tab(); return *this; }
bool operator==( const ScBigAddress& r ) const
{ return nCol == r.nCol && nRow == r.nRow && nTab == r.nTab; }
- bool operator!=( const ScBigAddress& r ) const
- { return !operator==( r ); }
};
inline void ScBigAddress::PutInOrder( ScBigAddress& r )