Tag: cws_src680_dba24b User: oj Date: 2007-10-11 06:42:36+0000 Modified: dba/dbaccess/source/ui/dlg/dbwizsetup.cxx
Log: #i76826# create correct name File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dbwizsetup.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbwizsetup.cxx?r1=1.26.26.5&r2=1.26.26.6 Delta lines: +3 -3 ------------------- --- dbwizsetup.cxx 2007-10-01 10:06:56+0000 1.26.26.5 +++ dbwizsetup.cxx 2007-10-11 06:42:33+0000 1.26.26.6 @@ -4,9 +4,9 @@ * * $RCSfile: dbwizsetup.cxx,v $ * - * $Revision: 1.26.26.5 $ + * $Revision: 1.26.26.6 $ * - * last change: $Author: oj $ $Date: 2007/10/01 10:06:56 $ + * last change: $Author: oj $ $Date: 2007/10/11 06:42:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1114,7 +1114,7 @@ sal_Bool bElementExists = sal_True; INetURLObject aExistenceCheck( _rURL ); - for ( sal_Int32 i = 1; bElementExists; ++i ) + for ( sal_Int32 i = 1; bElementExists; ) { bElementExists = xSimpleFileAccess->exists( aExistenceCheck.GetMainURL( INetURLObject::NO_DECODE ) ); if ( bElementExists ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
