summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-11 12:04:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-11 12:04:41 +0000
commite8ddef22c00665b527705be405bb393c7706de00 (patch)
tree4d106f236bff44fcee8951e08936b96cb82fcd0e /idl
parent81f63132237e264e52296a9739abe4018f78c23a (diff)
INTEGRATION: CWS mba23issues03 (1.6.18); FILE MERGED
2007/06/14 18:55:47 mba 1.6.18.1: #i72366#: remove old MacOS9 code
Diffstat (limited to 'idl')
-rw-r--r--idl/source/prj/database.cxx8
1 files changed, 2 insertions, 6 deletions
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();