summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-13 13:58:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-13 14:04:42 +0000
commitf7b2d16b013fce20455a558dc37eb3eb79c5bc0d (patch)
tree19ca4956ece7bdb51725a2fabe614322de6ddd0d /l10ntools
parent541631684027242eeb397ac6805936e8ba411055 (diff)
WaE: keep msvc happy
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);
}