User: kz Date: 05/01/21 09:15:43 Modified: /dba/dbaccess/source/ui/dlg/ generalpage.cxx
Log: INTEGRATION: CWS dba22 (1.40.8); FILE MERGED 2005/01/07 08:48:14 oj 1.40.8.1: #i39233# disable ft behind listbox File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: generalpage.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/generalpage.cxx?r1=1.40&r2=1.41 Delta lines: +2 -1 ------------------- --- generalpage.cxx 9 Nov 2004 12:33:08 -0000 1.40 +++ generalpage.cxx 21 Jan 2005 17:15:41 -0000 1.41 @@ -329,6 +329,7 @@ SetText(::rtl::OUString::createFromAscii("")); m_aDatasourceTypeLabel.Enable(bValid && m_aRB_GetExistingDatabase.IsChecked()); m_aDatasourceType.Enable(bValid && m_aRB_GetExistingDatabase.IsChecked()); + m_aFTDataSourceAppendix.Enable(bValid && m_aRB_GetExistingDatabase.IsChecked()); m_bEntryCreationMode = IsDatabaseToBeCreated(); } else @@ -435,7 +436,7 @@ _rControlList.push_back(new ODisableWrapper<FixedText>(&m_aDatasourceTypeLabel)); _rControlList.push_back(new ODisableWrapper<FixedText>(&m_aTypePostLabel)); _rControlList.push_back(new ODisableWrapper<FixedText>(&m_aSpecialMessage)); - + _rControlList.push_back(new ODisableWrapper<FixedText>(&m_aFTDataSourceAppendix)); } // ----------------------------------------------------------------------- void OGeneralPage::fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
