summaryrefslogtreecommitdiffstats
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
commit7b8559c5c0e1bd5934ce55078a9a1df61b38a907 (patch)
tree8f26907ede3e1edd905005aad923d364b65e5dbc /dbaccess/source/ui/app/AppDetailView.cxx
parentINTEGRATION: CWS oj17 (1.26.28); FILE MERGED (diff)
downloadcore-7b8559c5c0e1bd5934ce55078a9a1df61b38a907.tar.gz
core-7b8559c5c0e1bd5934ce55078a9a1df61b38a907.zip
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 743c4c2c27d4..067443c97780 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();
}