clang-cl loplugin: cppuhelper

Change-Id: I03d082bb6e403bda0028286d89e22006578da4a8
Reviewed-on: https://gerrit.libreoffice.org/29873
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2016-10-14 16:57:43 +02:00
parent 8b7198f68f
commit 2b32603793

View File

@@ -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