mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-26 15:45:26 +00:00
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:
@ -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*
|
||||
|
Reference in New Issue
Block a user