Change unnamespace file.hxx macros
This commit is contained in:
committed by
Caolán McNamara
parent
4dfd93a3b3
commit
c0bc502f55
@@ -761,7 +761,7 @@ helpMatch(const char * URI) {
|
||||
static void *
|
||||
fileOpen(const char *URI) {
|
||||
osl::File *pRet = new osl::File(rtl::OUString(URI, strlen(URI), RTL_TEXTENCODING_UTF8));
|
||||
pRet->open(OpenFlag_Read);
|
||||
pRet->open(osl_File_OpenFlag_Read);
|
||||
return pRet;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user