Tag: cws_src680_warnings01 User: sb Date: 06/05/23 16:47:51 Modified: /dba/dbaccess/source/ui/app/ AppDetailView.cxx
Log: RESYNC: (1.15-1.16); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.14.4.2&r2=1.14.4.3 Delta lines: +3 -1 ------------------- --- AppDetailView.cxx 7 Apr 2006 20:49:40 -0000 1.14.4.2 +++ AppDetailView.cxx 23 May 2006 23:47:48 -0000 1.14.4.3 @@ -626,6 +626,9 @@ void OApplicationDetailView::createTablesPage(const Reference< XConnection>& _xConnection) { DBG_CHKTHIS(OApplicationDetailView,NULL); + + m_pControlHelper->createTablesPage(_xConnection); + TResourceStruct aList; aList.reserve(4); aList.push_back( TResourceStruct::value_type(ModuleRes(RID_STR_NEW_TABLE),TResourcePair(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:DBNewTable")),RID_STR_TABLES_HELP_TEXT_DESIGN))); @@ -640,7 +643,6 @@ static_cast<OTasksWindow*>(m_aTasks.getChildWindow())->fillCreationNew( aList ); static_cast<OTasksWindow*>(m_aTasks.getChildWindow())->Enable(static_cast<OAppBorderWindow*>(GetParent())->getView()->getCommandController()->isCommandEnabled(ID_NEW_TABLE_DESIGN)); - m_pControlHelper->createTablesPage(_xConnection); m_aContainer.setTitle(RID_STR_TABLES_CONTAINER); Resize(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
