Kaydet (Commit) 93d6aef1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unreffun

Change-Id: I1008a51abb3834a65aabfdf05370d9515a18c1e2
üst 2bb1d4b7
...@@ -653,11 +653,6 @@ int SAL_CALL ScRangeData_QsortNameCompare( const void* p1, const void* p2 ) ...@@ -653,11 +653,6 @@ int SAL_CALL ScRangeData_QsortNameCompare( const void* p1, const void* p2 )
(*static_cast<const ScRangeData* const *>(p2))->GetName() ); (*static_cast<const ScRangeData* const *>(p2))->GetName() );
} }
bool operator<(const ScRangeData& left, const ScRangeData& right)
{
return left.GetName() < right.GetName();
}
namespace { namespace {
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment