diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 16:11:22 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 16:11:22 +0000 |
commit | 7c25957fb123d6ce3721db387c1aadf1b4549e16 (patch) | |
tree | ca65492cfac6be6d74ffc7c0b719f95d51d6e840 /tools/source | |
parent | 70d3039d8e51e18b56295bd6ca6d34cc752749dc (diff) |
INTEGRATION: CWS tune04 (1.2.74); FILE MERGED
2004/06/04 12:20:41 cmc 1.2.74.1: #i29636# unused sLastCaseSensitiveDir variables
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/fsys/os2.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/source/fsys/os2.cxx b/tools/source/fsys/os2.cxx index d8e2353cd125..af4048542d1e 100644 --- a/tools/source/fsys/os2.cxx +++ b/tools/source/fsys/os2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: os2.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2004-01-06 18:33:22 $ + * last change: $Author: hjs $ $Date: 2004-06-25 17:11:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,6 @@ void CreateDriveMapImpl(); static DriveMapItem aDriveMap[26]; -static String sLastCaseSensitiveDir = ""; static BOOL bLastCaseSensitive = FALSE; //==================================================================== |