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