summaryrefslogtreecommitdiff
path: root/sc/inc/convuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/convuno.hxx')
-rw-r--r--sc/inc/convuno.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/convuno.hxx b/sc/inc/convuno.hxx
index f2c4c20ed835..7ea3212cd734 100644
--- a/sc/inc/convuno.hxx
+++ b/sc/inc/convuno.hxx
@@ -137,13 +137,6 @@ inline bool operator==(
(rApiAddress1.Sheet == rApiAddress2.Sheet);
}
-inline bool operator!=(
- const ::com::sun::star::table::CellAddress& rApiAddress1,
- const ::com::sun::star::table::CellAddress& rApiAddress2 )
-{
- return !(rApiAddress1 == rApiAddress2);
-}
-
inline bool operator==(
const ::com::sun::star::table::CellRangeAddress& rApiRange1,
const ::com::sun::star::table::CellRangeAddress& rApiRange2 )