summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/services.cxx')
-rw-r--r--sdext/source/pdfimport/services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/services.cxx b/sdext/source/pdfimport/services.cxx
index 75c6e0649e0f..156244fc5677 100644
--- a/sdext/source/pdfimport/services.cxx
+++ b/sdext/source/pdfimport/services.cxx
@@ -122,7 +122,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL pdfimport_component_getFactory(
const ComponentDescription* pComponents = lcl_getComponents();
while ( pComponents->pAsciiServiceName != NULL )
{
- if ( 0 == sImplementationName.compareToAscii( pComponents->pAsciiImplementationName ) )
+ if ( sImplementationName.equalsAscii( pComponents->pAsciiImplementationName ) )
{
Sequence< OUString > sServices(1);
sServices[0] = OUString::createFromAscii( pComponents->pAsciiServiceName );