Tag: cws_src680_asyncdialogs2 User: liyuan Date: 2007/01/31 01:23:42 Modified: dba/dbaccess/source/ui/dlg/ConnectionHelper.hxx
Log: #caseid: 7, by liyuan 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.4&r2=1.4.232.1 Delta lines: +7 -4 ------------------- --- ConnectionHelper.hxx 8 Sep 2005 14:44:18 -0000 1.4 +++ ConnectionHelper.hxx 31 Jan 2007 09:23:39 -0000 1.4.232.1 @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionHelper.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.232.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 14:44:18 $ + * last change: $Author: liyuan $ $Date: 2007/01/31 09:23:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,6 +75,7 @@ class OConnectionHelper : public OGenericAdministrationPage { sal_Bool m_bUserGrabFocus : 1; + sfx2::FileDialogHelper* m_pDlgHelper; public: OConnectionHelper( Window* pParent, const ResId& _rId, const SfxItemSet& _rCoreAttrs); @@ -134,6 +135,8 @@ protected: DECL_LINK(OnBrowseConnections, PushButton*); + DECL_LINK(DialogClosedHdl, sfx2::FileDialogHelper*); + DECL_LINK(DestroyDlgHdl, void *); String getURL( ) const; void setURL( const String& _rURL ); String implGetURL( sal_Bool _bPrefix ) const; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
