loplugin:nullptr

Change-Id: I088338591dbacc41a0465d2e5e42f74f0c4dc258
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183012
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Tested-by: Jenkins
This commit is contained in:
Stephan Bergmann
2025-03-16 22:30:59 +01:00
parent 493e37d16c
commit 08d2454dd9

View File

@ -133,9 +133,9 @@ void Provider::dispatch(css::util::URL const&, css::uno::Sequence<css::beans::Pr
cppu::ImplementationEntry const services[]
= { { &Provider::static_create, &Provider::static_getImplementationName,
&Provider::static_getSupportedServiceNames, &cppu::createSingleComponentFactory, NULL,
&Provider::static_getSupportedServiceNames, &cppu::createSingleComponentFactory, nullptr,
0 },
{ NULL, NULL, NULL, NULL, NULL, 0 } };
{ nullptr, nullptr, nullptr, nullptr, nullptr, 0 } };
}
extern "C" SAL_DLLPUBLIC_EXPORT void*