[Libreoffice-commits] core.git: xmlscript/source
Stephan Bergmann
sbergman at redhat.com
Thu May 12 12:38:03 UTC 2016
xmlscript/source/xml_helper/xml_impctx.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 11b3262dd116118d46b0fbfea5f4dcea1de755c9
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu May 12 14:37:32 2016 +0200
loplugin:nullptr
Change-Id: I2eb28f3408967d9de4143f6b9212056ac8614d1c
diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx b/xmlscript/source/xml_helper/xml_impctx.cxx
index 493c333..95f60fa 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
}
}
More information about the Libreoffice-commits
mailing list