From 2b326037931e5e98f543cdaa003606fc4fb9b43b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 14 Oct 2016 16:57:43 +0200 Subject: [PATCH] clang-cl loplugin: cppuhelper Change-Id: I03d082bb6e403bda0028286d89e22006578da4a8 Reviewed-on: https://gerrit.libreoffice.org/29873 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- cppuhelper/source/weak.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx index 9a3a8bac1fae..3ffaba14ce23 100644 --- a/cppuhelper/source/weak.cxx +++ b/cppuhelper/source/weak.cxx @@ -203,7 +203,7 @@ void SAL_CALL OWeakConnectionPoint::removeReference(const Reference< XReference // Accidentally occurs in msvc mapfile = > had to be outlined. OWeakObject::OWeakObject() : m_refCount( 0 ), - m_pWeakConnectionPoint( 0 ) + m_pWeakConnectionPoint( nullptr ) { } #endif