desktop/test/deployment/crashextension/crashextension.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 08d2454dd9ce1c201f04a884e322c9e3e08803e5
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Sun Mar 16 22:30:59 2025 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Mon Mar 17 08:35:00 2025 +0100

    loplugin:nullptr
    
    Change-Id: I088338591dbacc41a0465d2e5e42f74f0c4dc258
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183012
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>
    Tested-by: Jenkins

diff --git a/desktop/test/deployment/crashextension/crashextension.cxx 
b/desktop/test/deployment/crashextension/crashextension.cxx
index 18ca83e6066c..3a2e6b802538 100644
--- a/desktop/test/deployment/crashextension/crashextension.cxx
+++ b/desktop/test/deployment/crashextension/crashextension.cxx
@@ -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*
  • core.git: desktop/test Stephan Bergmann (via logerrit)
    • core.git: desktop/test Stephan Bergmann (via logerrit)

Reply via email to