Kaydet (Commit) f7b2d16b authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: keep msvc happy

üst 54163168
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment