diff options
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableController.cxx')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableController.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableController.cxx b/dbaccess/source/ui/tabledesign/TableController.cxx index d42ccdefb9ca..673fabce41e3 100644 --- a/dbaccess/source/ui/tabledesign/TableController.cxx +++ b/dbaccess/source/ui/tabledesign/TableController.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TableController.cxx,v $ * - * $Revision: 1.50 $ + * $Revision: 1.51 $ * - * last change: $Author: fs $ $Date: 2001-08-14 12:03:52 $ + * last change: $Author: fs $ $Date: 2001-08-23 14:44:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -738,8 +738,8 @@ sal_Bool OTableController::Construct(Window* pParent) { m_pView = new OTableDesignView(pParent,m_xMultiServiceFacatory,this); OTableController_BASE::Construct(pParent); - m_pView->Construct(NULL); - m_pView->Show(); +// m_pView->Construct(); +// m_pView->Show(); return sal_True; } // ----------------------------------------------------------------------------- |