diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-11 11:20:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-11 11:20:22 +0000 |
commit | 36338d733bb0d9a5a5d2491c71a7b44ee28b87f1 (patch) | |
tree | d45cb6813507196dc82f2de17738963bfdcae83c /tools/source/fsys/dirent.cxx | |
parent | 35d12385c8585bfbb7af1d5decf1b5a1deec9ed5 (diff) |
INTEGRATION: CWS hr3 (1.15.36); FILE MERGED
2004/05/06 10:17:58 hr 1.15.36.1: #i28734#: DirEntry::DirEntry(): remove warning - compare with correct enum
Diffstat (limited to 'tools/source/fsys/dirent.cxx')
-rw-r--r-- | tools/source/fsys/dirent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx index 495ec1b9c470..e0e8d4a0a05c 100644 --- a/tools/source/fsys/dirent.cxx +++ b/tools/source/fsys/dirent.cxx @@ -2,8 +2,8 @@ * * $RCSfile: dirent.cxx,v $ * - * $Revision: 1.15 $ - * last change: $Author: kz $ $Date: 2004-02-26 13:19:53 $ + * $Revision: 1.16 $ + * last change: $Author: kz $ $Date: 2004-06-11 12:20:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -936,7 +936,7 @@ DirEntry::DirEntry( const String& rInitName, FSysPathStyle eStyle ) { ::rtl::OUString aTmp; ::rtl::OUString aOInitName; - if ( FileBase::getFileURLFromSystemPath( OUString( rInitName ), aTmp ) == osl_File_E_None ) + if ( FileBase::getFileURLFromSystemPath( OUString( rInitName ), aTmp ) == FileBase::E_None ) { aOInitName = OUString( rInitName ); aTmpName = ByteString( String(aOInitName), osl_getThreadTextEncoding() ); |