summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:46:27 +0200
commit332056e19798c7d1dcf9ab60589e9d156ff4baf3 (patch)
treeaea618a12db679ae33f037fa49dc603d244b12f9 /sdext
parentd50e38686cd377ef5d3b0682247d5b668ccd9264 (diff)
loplugin:defaultparams
Change-Id: I4c6936e882455b0ef39169a904281a9124b61689
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;
}