From f7b2d16b013fce20455a558dc37eb3eb79c5bc0d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 13 Feb 2012 13:58:05 +0000 Subject: WaE: keep msvc happy --- l10ntools/source/xmlparse.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools') 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); } -- cgit