Change unnamespace file.hxx macros
This commit is contained in:
committed by
Caolán McNamara
parent
4dfd93a3b3
commit
c0bc502f55
@@ -42,7 +42,7 @@ XInputStream_impl::XInputStream_impl( const rtl::OUString& aUncPath )
|
||||
: m_bIsOpen( false ),
|
||||
m_aFile( aUncPath )
|
||||
{
|
||||
m_bIsOpen = ( osl::FileBase::E_None == m_aFile.open( OpenFlag_Read ) );
|
||||
m_bIsOpen = ( osl::FileBase::E_None == m_aFile.open( osl_File_OpenFlag_Read ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user