From c06108b880e144e5ad56e35f842ad15f05b6e899 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Aug 2015 10:28:49 +0200 Subject: implicit conversion of NULL constant to 'nullptr_t' Change-Id: I98f8df3f27fbd520f0bfbbb39c0e3cc5fa892b0d --- l10ntools/source/xmlparse.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools/source') diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx index 3d2292026500..0d1d9065493a 100644 --- a/l10ntools/source/xmlparse.cxx +++ b/l10ntools/source/xmlparse.cxx @@ -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 ) -- cgit