summaryrefslogtreecommitdiff
path: root/xmlscript/source
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source')
-rw-r--r--xmlscript/source/xml_helper/xml_impctx.cxx2
1 files changed, 1 insertions, 1 deletions
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
}
}