summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/filewriter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/localedata/filewriter.cxx')
-rw-r--r--i18npool/source/localedata/filewriter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/filewriter.cxx b/i18npool/source/localedata/filewriter.cxx
index 02b0c327fbca..2026e55b5f72 100644
--- a/i18npool/source/localedata/filewriter.cxx
+++ b/i18npool/source/localedata/filewriter.cxx
@@ -176,7 +176,7 @@ void OFileWriter::closeOutput() const
if(m_f)
{
fclose( m_f );
- const_cast< OFileWriter * > ( this )->m_f = 0;
+ const_cast< OFileWriter * > ( this )->m_f = nullptr;
}
}