summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortmain.cxx')
-rw-r--r--ucb/source/sorter/sortmain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/sorter/sortmain.cxx b/ucb/source/sorter/sortmain.cxx
index beeb485b4dd7..8def7d7528e0 100644
--- a/ucb/source/sorter/sortmain.cxx
+++ b/ucb/source/sorter/sortmain.cxx
@@ -40,7 +40,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL srtrs1_component_getFactory(
//////////////////////////////////////////////////////////////////////
if ( SortedDynamicResultSetFactory::getImplementationName_Static().
- compareToAscii( pImplName ) == 0 )
+ equalsAscii( pImplName ) )
{
xFactory = SortedDynamicResultSetFactory::createServiceFactory( xSMgr );
}