Tag: cws_src680_oj17
User: oj      
Date: 06/03/10 02:39:23

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

Log:
 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.15.28.1
Delta lines:  +6 -4
-------------------
--- AppDetailView.cxx   31 Jan 2006 18:40:47 -0000      1.15
+++ AppDetailView.cxx   10 Mar 2006 10:39:20 -0000      1.15.28.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: AppDetailView.cxx,v $
  *
- *  $Revision: 1.15 $
+ *  $Revision: 1.15.28.1 $
  *
- *  last change: $Author: kz $ $Date: 2006/01/31 18:40:47 $
+ *  last change: $Author: oj $ $Date: 2006/03/10 10:39:20 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -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