User: kz Date: 2007-05-10 10:22:03+0000 Log: INTEGRATION: CWS dba23a (1.7.72); FILE MERGED 2007/03/13 08:42:12 fs 1.7.72.2: some slight re-factoring (class/method renaming), plus some rudimentary fix for #b6532894# 2007/02/26 10:34:00 fs 1.7.72.1: remove unused code Issue number: #i74776# Submitted by: [EMAIL PROTECTED] Reviewed by: [EMAIL PROTECTED]
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.8&r2=1.9 Delta lines: +1 -11 -------------------- --- ConnectionPageSetup.cxx 2007-04-26 07:56:11+0000 1.8 +++ ConnectionPageSetup.cxx 2007-05-10 10:22:01+0000 1.9 @@ -239,7 +239,7 @@ if ( USHRT_MAX != _nHeaderResId ) - SetHeaderText(this, FT_AUTOWIZARDHEADER, _nHeaderResId); + SetHeaderText(FT_AUTOWIZARDHEADER, _nHeaderResId); if ( USHRT_MAX != _nUrlResId ) { @@ -323,16 +323,6 @@ callModifiedHdl(); return 0L; } - - // ----------------------------------------------------------------------- - void OConnectionTabPageSetup::toggleURLControlGroup(BOOL _bEnable) - { - m_aET_Connection.Enable(_bEnable); - m_aPB_Connection.Enable(_bEnable); - m_aFT_Connection.Enable(_bEnable); - } - - //......................................................................... } // namespace dbaui //......................................................................... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
