User: kz Date: 05/01/21 09:11:34 Modified: /dba/dbaccess/source/ui/dlg/ ConnectionHelper.hxx
Log: INTEGRATION: CWS dba22 (1.2.24); FILE MERGED 2005/01/06 15:57:39 oj 1.2.24.1: #i39326# use file open dialog for calc with installed filters File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: ConnectionHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionHelper.hxx?r1=1.2&r2=1.3 Delta lines: +6 -9 ------------------- --- ConnectionHelper.hxx 27 Oct 2004 12:57:37 -0000 1.2 +++ ConnectionHelper.hxx 21 Jan 2005 17:11:31 -0000 1.3 @@ -98,7 +98,6 @@ class IAdminHelper; - class OConnectionHelper : public OGenericAdministrationPage { sal_Bool m_bUserGrabFocus : 1; @@ -148,12 +147,10 @@ sal_Bool commitURL(); /** opens the FileOpen dialog and asks for a FileName - @param _sFilterName - The filter name. - @param _sExtension - The filter extension. + @param _aFileOpen + Executes the file open dialog, which must be filled from caller. */ - void askForFileName(const ::rtl::OUString& _sFilterName, const ::rtl::OUString& _sExtension); + void askForFileName(::sfx2::FileDialogHelper& _aFileOpen); virtual void SetServiceFactory(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > _rxORB) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
