Kaydet (Commit) c06108b8 authored tarafından Noel Grandin's avatar Noel Grandin

implicit conversion of NULL constant to 'nullptr_t'

Change-Id: I98f8df3f27fbd520f0bfbbb39c0e3cc5fa892b0d
üst 5a58e809
......@@ -302,7 +302,7 @@ void XMLFile::Print( XMLNode *pCur, sal_uInt16 nLevel )
}
XMLFile::~XMLFile()
{
if( m_pXMLStrings != NULL )
if( m_pXMLStrings )
{
XMLHashMap::iterator pos = m_pXMLStrings->begin();
for( ; pos != m_pXMLStrings->end() ; ++pos )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment