Tag: cws_src680_ooo64bit02 User: hr Date: 05/03/09 11:01:34 Modified: /dba/dbaccess/source/ui/dlg/ generalpage.cxx
Log: RESYNC: (1.40-1.41); FILE MERGED 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.32.1&r2=1.40.32.2 Delta lines: +5 -4 ------------------- --- generalpage.cxx 21 Jan 2005 15:06:57 -0000 1.40.32.1 +++ generalpage.cxx 9 Mar 2005 19:01:32 -0000 1.40.32.2 @@ -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]
