diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:57:43 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-16 14:19:23 +0000 |
commit | 2b326037931e5e98f543cdaa003606fc4fb9b43b (patch) | |
tree | 52ad967acd97eb6ed1f6c395a56a03264c023c78 | |
parent | 8b7198f68f956106827161d7b9abe07c47026f00 (diff) |
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>
-rw-r--r-- | cppuhelper/source/weak.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |