diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:33:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:33:46 +0000 |
commit | 839094e2e8d1a9b2c47330bdc0ee96cbcbb55038 (patch) | |
tree | c92418c91fc9c10b6ab78263dc3241fa955e43be /tools | |
parent | 5613f52921ea63b119af14db355922860f742add (diff) |
INTEGRATION: CWS vclcleanup02 (1.3.102); FILE MERGED
2003/12/04 17:24:39 mt 1.3.102.1: #i23061# Removed SUPD and unused code
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/unx.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx index af86ee343c15..a6f139da060a 100644 --- a/tools/source/fsys/unx.cxx +++ b/tools/source/fsys/unx.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unx.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:04:04 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:33:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -519,13 +519,6 @@ FileStat::FileStat( const void *, const void * ): |* Letzte Aenderung MA 07.11.91 |* *************************************************************************/ -#if SUPD < 345 -BOOL FileStat::Update( const DirEntry& rDirEntry ) -{ - return Update( rDirEntry, FALSE ); -} -#endif - BOOL FileStat::Update( const DirEntry& rDirEntry, BOOL bAccessRemovableDevice ) { |