User: hr      
Date: 06/04/19 06:19:35

Modified:
 /dba/dbaccess/source/ui/app/
  AppDetailView.cxx

Log:
 INTEGRATION: CWS oj17 (1.15.28); FILE MERGED
 2006/03/10 10:39:20 oj 1.15.28.1: call order changed

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.15&r2=1.16
Delta lines:  +3 -1
-------------------
--- AppDetailView.cxx   31 Jan 2006 18:40:47 -0000      1.15
+++ AppDetailView.cxx   19 Apr 2006 13:19:32 -0000      1.16
@@ -627,6 +627,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)));
@@ -641,7 +644,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]

Reply via email to