User: hr Date: 06/06/19 20:02:53 Modified: /dba/dbaccess/source/ui/dlg/ ConnectionPageSetup.cxx
Log: INTEGRATION: CWS warnings01 (1.5.50); FILE MERGED 2006/03/24 15:36:08 fs 1.5.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: ConnectionPageSetup.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/ConnectionPageSetup.cxx?r1=1.5&r2=1.6 Delta lines: +5 -5 ------------------- --- ConnectionPageSetup.cxx 8 Sep 2005 14:45:42 -0000 1.5 +++ ConnectionPageSetup.cxx 20 Jun 2006 03:02:51 -0000 1.6 @@ -219,10 +219,10 @@ //= OConnectionTabPageSetup //======================================================================== DBG_NAME(OConnectionTabPageSetup) - OConnectionTabPageSetup::OConnectionTabPageSetup(Window* pParent, USHORT _rId, const SfxItemSet& _rCoreAttrs, USHORT _nHelpTextResId, USHORT _nHeaderResId, USHORT _nUrlResId, sal_Bool _bgetConnection) + OConnectionTabPageSetup::OConnectionTabPageSetup(Window* pParent, USHORT _rId, const SfxItemSet& _rCoreAttrs, USHORT _nHelpTextResId, USHORT _nHeaderResId, USHORT _nUrlResId) :OConnectionHelper(pParent, ModuleRes(_rId), _rCoreAttrs) - , m_aFT_HelpText(this, ResId(FT_AUTOWIZARDHELPTEXT)) ,m_bUserGrabFocus(sal_True) + ,m_aFT_HelpText(this, ResId(FT_AUTOWIZARDHELPTEXT)) { DBG_CTOR(OConnectionTabPageSetup, NULL); @@ -286,7 +286,7 @@ { String sDisplayName = m_pCollection->getTypeDisplayName(m_eType); FixedText* ppTextControls[] ={&m_aFT_Connection}; - for (int i = 0; i < sizeof(ppTextControls)/sizeof(ppTextControls[0]); ++i) + for (size_t i = 0; i < sizeof(ppTextControls)/sizeof(ppTextControls[0]); ++i) { ppTextControls[i]->SetText(sDisplayName); } @@ -295,7 +295,7 @@ callModifiedHdl(); } // ----------------------------------------------------------------------- - sal_Bool OConnectionTabPageSetup::commitPage(COMMIT_REASON _eReason) + sal_Bool OConnectionTabPageSetup::commitPage(COMMIT_REASON /*_eReason*/) { return commitURL(); } @@ -314,7 +314,7 @@ } // ----------------------------------------------------------------------- - IMPL_LINK(OConnectionTabPageSetup, OnEditModified, Edit*, _pEdit) + IMPL_LINK(OConnectionTabPageSetup, OnEditModified, Edit*, /*_pEdit*/) { SetRoadmapStateValue(checkTestConnection()); callModifiedHdl(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
