Tag: cws_src680_dba202a User: fs Date: 05/11/28 04:16:23 Modified: /dba/dbaccess/source/ui/inc/ dbwizsetup.hxx
Log: #i58413# createUniqueFileName signature changed File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbwizsetup.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbwizsetup.hxx?r1=1.7&r2=1.7.34.1 Delta lines: +4 -4 ------------------- --- dbwizsetup.hxx 8 Sep 2005 15:51:37 -0000 1.7 +++ dbwizsetup.hxx 28 Nov 2005 12:16:21 -0000 1.7.34.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbwizsetup.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.7.34.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 15:51:37 $ + * last change: $Author: fs $ $Date: 2005/11/28 12:16:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -183,7 +183,7 @@ void RegisterDataSourceByLocation(const ::rtl::OUString& sPath); sal_Bool SaveDatabaseDocument(); void activateDatabasePath(); - void createUniqueFileName(INetURLObject* pURL); + String createUniqueFileName(const INetURLObject& rURL); void CreateDatabase(); void createUniqueFolderName(INetURLObject* pURL); DATASOURCE_TYPE VerifyDataSourceType(const DATASOURCE_TYPE _DatabaseType) const; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
