summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/tox/txmsrt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/tox/txmsrt.cxx b/sw/source/core/tox/txmsrt.cxx
index ee76ab11f289..d67d2ef559b6 100644
--- a/sw/source/core/tox/txmsrt.cxx
+++ b/sw/source/core/tox/txmsrt.cxx
@@ -246,7 +246,7 @@ bool SwTOXSortTabBase::operator<( const SwTOXSortTabBase& rCmp )
// else -> compare AlternativeText
if( ( pEnd && pEndCmp ) || ( !pEnd && !pEndCmp ) )
{
- return pTOXIntl->IsEqual( GetTxt(), GetLocale(),
+ return pTOXIntl->IsLess( GetTxt(), GetLocale(),
rCmp.GetTxt(), rCmp.GetLocale() );
}
if( pEnd && !pEndCmp )