summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_services.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_services.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_services.cxx b/ucb/source/ucp/tdoc/tdoc_services.cxx
index d4ebd499043e..eade3f75e44a 100644
--- a/ucb/source/ucp/tdoc/tdoc_services.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_services.cxx
@@ -44,7 +44,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucptdoc1_component_getFactory(
//////////////////////////////////////////////////////////////////////
if ( ContentProvider::getImplementationName_Static().
- compareToAscii( pImplName ) == 0 )
+ equalsAscii( pImplName ) )
{
xFactory = ContentProvider::createServiceFactory( xSMgr );
}
@@ -54,7 +54,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucptdoc1_component_getFactory(
//////////////////////////////////////////////////////////////////////
else if ( DocumentContentFactory::getImplementationName_Static().
- compareToAscii( pImplName ) == 0 )
+ equalsAscii( pImplName ) )
{
xFactory = DocumentContentFactory::createServiceFactory( xSMgr );
}