From 11b3262dd116118d46b0fbfea5f4dcea1de755c9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 12 May 2016 14:37:32 +0200 Subject: loplugin:nullptr Change-Id: I2eb28f3408967d9de4143f6b9212056ac8614d1c --- xmlscript/source/xml_helper/xml_impctx.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlscript/source') diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx b/xmlscript/source/xml_helper/xml_impctx.cxx index 493c333d279a..95f60fa06bd3 100644 --- a/xmlscript/source/xml_helper/xml_impctx.cxx +++ b/xmlscript/source/xml_helper/xml_impctx.cxx @@ -207,7 +207,7 @@ DocumentHandlerImpl::~DocumentHandlerImpl() throw () { delete m_pMutex; #if OSL_DEBUG_LEVEL == 0 - m_pMutex = 0; + m_pMutex = nullptr; #endif } } -- cgit