summaryrefslogtreecommitdiff
path: root/cppuhelper/source/weak.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/weak.cxx')
-rw-r--r--cppuhelper/source/weak.cxx2
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