summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/services.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/services.cxx b/sdext/source/pdfimport/services.cxx
index 6e0d175d4b50..509b4795bc00 100644
--- a/sdext/source/pdfimport/services.cxx
+++ b/sdext/source/pdfimport/services.cxx
@@ -130,8 +130,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL pdfimport_component_getFactory(
xFactory = ::cppu::createSingleComponentFactory(
pComponents->pFactory,
sImplementationName,
- sServices,
- NULL
+ sServices
);
break;
}