summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppDetailView.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:19:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-19 12:19:32 +0000
commit6b4c4cffb2d8f39772782ea3b122570827cdf8fe (patch)
tree46235b1403b92c3abf05b6f62607d7bb53cb6aab /dbaccess/source/ui/app/AppDetailView.cxx
parentb7c34f213f7f26871147ea4e612ca7fcfea63273 (diff)
INTEGRATION: CWS oj17 (1.15.28); FILE MERGED
2006/03/10 10:39:20 oj 1.15.28.1: call order changed
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailView.cxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailView.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx
index efb94f1c3..a2f62157a 100644
--- a/dbaccess/source/ui/app/AppDetailView.cxx
+++ b/dbaccess/source/ui/app/AppDetailView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AppDetailView.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kz $ $Date: 2006-01-31 18:40:47 $
+ * last change: $Author: hr $ $Date: 2006-04-19 13:19:32 $
*
* 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::GetFocus()
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 @@ void OApplicationDetailView::createTablesPage(const Reference< XConnection>& _xC
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();
}