summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-18 08:28:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-18 08:28:54 +0100
commit93d6aef1779e8b82a2a551b9e454a5d2aed5ce37 (patch)
tree7daa7223c870e780facd40281cc9686def2fb4f6
parent2bb1d4b79ac044ebbdc33f60bf7bc2e01549dccb (diff)
loplugin:unreffun
Change-Id: I1008a51abb3834a65aabfdf05370d9515a18c1e2
-rw-r--r--sc/source/core/tool/rangenam.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/core/tool/rangenam.cxx b/sc/source/core/tool/rangenam.cxx
index a1e25ee115a8..aa816024aabe 100644
--- a/sc/source/core/tool/rangenam.cxx
+++ b/sc/source/core/tool/rangenam.cxx
@@ -653,11 +653,6 @@ int SAL_CALL ScRangeData_QsortNameCompare( const void* p1, const void* p2 )
(*static_cast<const ScRangeData* const *>(p2))->GetName() );
}
-bool operator<(const ScRangeData& left, const ScRangeData& right)
-{
- return left.GetName() < right.GetName();
-}
-
namespace {
/**