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 f44b6f4e672b..51e38e6f029b 100644
--- a/l10ntools/source/xmlparse.cxx
+++ b/l10ntools/source/xmlparse.cxx
@@ -1139,7 +1139,7 @@ XMLFile *SimpleXMLParser::Execute( const rtl::OUString &rFullFileName , const rt
sal_uInt64 s;
oslFileError e = osl_getFileSize(h, &s);
- void * p;
+ void * p = NULL;
if (e == osl_File_E_None) {
e = osl_mapFile(h, &p, s, 0, 0);
}