From 2a38c18449c0d0099026f856347e097f4d9ff7c0 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Wed, 11 Jul 2007 11:54:30 +0000 Subject: [PATCH] INTEGRATION: CWS mba23issues03 (1.17.2); FILE MERGED 2007/06/14 18:55:27 mba 1.17.2.1: #i72366#: remove old MacOS9 code --- fpicker/source/office/iodlg.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 7b19465ab89c..12d60bddb293 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iodlg.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 15:08:56 $ + * last change: $Author: ihi $ $Date: 2007-07-11 12:54:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2750,15 +2750,13 @@ BOOL SvtFileDialog::IsolateFilterFromPath_Impl( String& rPath, String& rFilter ) String aDelim( #ifdef WNT '\\' -#elif MAC - ':' #else '/' #endif ); nPathTokenPos = aReversePath.Search( aDelim ); -#if !defined( UNX ) && !defined( MAC ) +#if !defined( UNX ) if ( nPathTokenPos == STRING_NOTFOUND ) { nPathTokenPos = aReversePath.Search( ':' );