diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:33:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:33:22 +0000 |
commit | 5613f52921ea63b119af14db355922860f742add (patch) | |
tree | 0a01222fca1526d22bcf8bfca2613c9e50397197 /tools/source | |
parent | 708ba330957a4f02ef16989268d33429f25cac0d (diff) |
INTEGRATION: CWS vclcleanup02 (1.1.1.1.200); FILE MERGED
2003/12/04 17:24:38 mt 1.1.1.1.200.1: #i23061# Removed SUPD and unused code
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/fsys/os2.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/source/fsys/os2.cxx b/tools/source/fsys/os2.cxx index f65956b7926e..d8e2353cd125 100644 --- a/tools/source/fsys/os2.cxx +++ b/tools/source/fsys/os2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: os2.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:03:07 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:33:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -778,7 +778,6 @@ BOOL FileStat::Update( const DirEntry& rDirEntry, BOOL bAccessRemovableDevice ) return TRUE; } -#if SUPD>364 BOOL IsRedirectable_Impl( const String &rPath ) { if ( rPath.Len() >= 3 && ':' == rPath.GetStr()[1] ) @@ -788,8 +787,6 @@ BOOL IsRedirectable_Impl( const String &rPath ) } return FALSE; } -#endif - const char* TempDirImpl( char *pBuf ) { #if defined( __BORLANDC__ ) && (__BORLANDC__ < 0x0460) |