Kaydet (Commit) a71febc9 authored tarafından Eike Rathke's avatar Eike Rathke

use collator for UI visible sorting, tdf#94173 follow-up

Change-Id: Ib9f7ebb087c1ce5008f43b2df3f1fadc41066ed1
üst 338f19a8
......@@ -903,7 +903,7 @@ bool DefaultFirstEntry::operator() (const OUString& left, const OUString& right)
return true;
if ( ScGlobal::GetpTransliteration()->isEqual( right, aStrStandard ) )
return false;
return left < right;
return ScGlobal::GetCollator()->compareString( left, right) < 0;
}
ScAutoFormat::ScAutoFormat(const ScAutoFormat& r) :
......
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