diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-13 13:58:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-13 14:04:42 +0000 |
commit | f7b2d16b013fce20455a558dc37eb3eb79c5bc0d (patch) | |
tree | 19ca4956ece7bdb51725a2fabe614322de6ddd0d /l10ntools/source/xmlparse.cxx | |
parent | 541631684027242eeb397ac6805936e8ba411055 (diff) |
WaE: keep msvc happy
Diffstat (limited to 'l10ntools/source/xmlparse.cxx')
-rw-r--r-- | l10ntools/source/xmlparse.cxx | 2 |
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); } |