From e8ddef22c00665b527705be405bb393c7706de00 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 11 Jul 2007 12:04:41 +0000 Subject: INTEGRATION: CWS mba23issues03 (1.6.18); FILE MERGED 2007/06/14 18:55:47 mba 1.6.18.1: #i72366#: remove old MacOS9 code --- idl/source/prj/database.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'idl/source/prj') diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index cf82833b7d3e..f91cb53fd80a 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -4,9 +4,9 @@ * * $RCSfile: database.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-16 12:48:52 $ + * last change: $Author: ihi $ $Date: 2007-07-11 13:04:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -340,11 +340,7 @@ BOOL SvIdlDataBase::InsertId( const ByteString & rIdName, ULONG nVal ) *************************************************************************/ BOOL SvIdlDataBase::ReadIdFile( const String & rFileName ) { -#ifndef MAC DirEntry aFullName( rFileName ); -#else - DirEntry aFullName( rFileName, FSYS_STYLE_UNX ); -#endif aFullName.Find( GetPath() ); String * pIdFile = aIdFileList.First(); -- cgit