Tag: cws_src680_asyncdialogs2 User: pb Date: 2007/03/07 22:13:29 Modified: dba/dbaccess/source/ui/dlg/ConnectionHelper.cxx dba/dbaccess/source/ui/dlg/ConnectionHelper.hxx
Log: fix: #i72007# warnings removed File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: ConnectionHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionHelper.cxx?r1=1.11.48.1&r2=1.11.48.2 Delta lines: +4 -4 ------------------- --- ConnectionHelper.cxx 31 Jan 2007 09:24:05 -0000 1.11.48.1 +++ ConnectionHelper.cxx 8 Mar 2007 06:13:26 -0000 1.11.48.2 @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionHelper.cxx,v $ * - * $Revision: 1.11.48.1 $ + * $Revision: 1.11.48.2 $ * - * last change: $Author: liyuan $ $Date: 2007/01/31 09:24:05 $ + * last change: $Author: pb $ $Date: 2007/03/08 06:13:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -203,10 +203,10 @@ OConnectionHelper::OConnectionHelper( Window* pParent, const ResId& _rId, const SfxItemSet& _rCoreAttrs) :OGenericAdministrationPage(pParent, _rId, _rCoreAttrs) + ,m_pDlgHelper ( NULL ) ,m_aFT_Connection(this, ResId(FT_AUTOBROWSEURL)) ,m_aET_Connection(this, ResId(ET_AUTOBROWSEURL)) ,m_aPB_Connection(this, ResId(PB_AUTOBROWSEURL)) - ,m_pDlgHelper ( NULL ) { DBG_CTOR(OConnectionHelper,NULL); @@ -998,7 +998,7 @@ return sal_True; } //------------------------------------------------------------------------- - IMPL_LINK(OConnectionHelper, DestroyDlgHdl, void*, EMPTYAG) + IMPL_LINK(OConnectionHelper, DestroyDlgHdl, void*, EMPTYARG) { if ( m_pDlgHelper ) { File [changed]: ConnectionHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionHelper.hxx?r1=1.4.232.1&r2=1.4.232.2 Delta lines: +10 -8 -------------------- --- ConnectionHelper.hxx 31 Jan 2007 09:23:39 -0000 1.4.232.1 +++ ConnectionHelper.hxx 8 Mar 2007 06:13:27 -0000 1.4.232.2 @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionHelper.hxx,v $ * - * $Revision: 1.4.232.1 $ + * $Revision: 1.4.232.2 $ * - * last change: $Author: liyuan $ $Date: 2007/01/31 09:23:39 $ + * last change: $Author: pb $ $Date: 2007/03/08 06:13:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -74,12 +74,14 @@ class OConnectionHelper : public OGenericAdministrationPage { + private: sal_Bool m_bUserGrabFocus : 1; sfx2::FileDialogHelper* m_pDlgHelper; public: OConnectionHelper( Window* pParent, const ResId& _rId, const SfxItemSet& _rCoreAttrs); virtual ~OConnectionHelper(); + FixedText m_aFT_Connection; OConnectionURLEdit m_aET_Connection; PushButton m_aPB_Connection; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
