summaryrefslogtreecommitdiff
path: root/cppuhelper/source/implementationentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/implementationentry.cxx')
-rw-r--r--cppuhelper/source/implementationentry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/implementationentry.cxx b/cppuhelper/source/implementationentry.cxx
index 7a84d45ff8cd..aa587fc59d29 100644
--- a/cppuhelper/source/implementationentry.cxx
+++ b/cppuhelper/source/implementationentry.cxx
@@ -69,7 +69,7 @@ void * component_getFactoryHelper(
for( sal_Int32 i = 0 ; entries[i].create ; i ++ )
{
OUString implName = entries[i].getImplementationName();
- if( 0 == implName.compareToAscii( pImplName ) )
+ if( implName.equalsAscii( pImplName ) )
{
xFactory = entries[i].createFactory(
entries[i].create,