gridsort: respect the collator got in the service ctor
This commit is contained in:
parent
7ad4e757c3
commit
e24827c9a7
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ namespace toolkit
|
|||
}
|
||||
|
||||
// get predicate object
|
||||
::std::auto_ptr< ::comphelper::IKeyPredicateLess > const pPredicate( ::comphelper::getStandardLessPredicate( dataType ) );
|
||||
::std::auto_ptr< ::comphelper::IKeyPredicateLess > const pPredicate( ::comphelper::getStandardLessPredicate( dataType, m_collator ) );
|
||||
ENSURE_OR_RETURN_VOID( pPredicate.get(), "SortableGridDataModel::impl_reIndex_nothrow: no sortable data found!" );
|
||||
|
||||
// then sort
|
||||
|
|
Loading…
Reference in a new issue