diff options
Diffstat (limited to 'dbaccess/source/ui/tabledesign')
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableController.cxx | 8 | ||||
-rw-r--r-- | dbaccess/source/ui/tabledesign/TableDesignView.cxx | 8 |
2 files changed, 9 insertions, 7 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; } // ----------------------------------------------------------------------------- diff --git a/dbaccess/source/ui/tabledesign/TableDesignView.cxx b/dbaccess/source/ui/tabledesign/TableDesignView.cxx index 9b3dff491905..24f4eab5b2c2 100644 --- a/dbaccess/source/ui/tabledesign/TableDesignView.cxx +++ b/dbaccess/source/ui/tabledesign/TableDesignView.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TableDesignView.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: fs $ $Date: 2001-08-15 13:43:46 $ + * 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 @@ -137,7 +137,9 @@ OTableBorderWindow::~OTableBorderWindow() m_pFieldDescWin->Hide(); delete m_pEditorCtrl; + m_pEditorCtrl = NULL; delete m_pFieldDescWin; + m_pFieldDescWin = NULL; } // ----------------------------------------------------------------------------- void OTableBorderWindow::Resize() @@ -288,7 +290,7 @@ void OTableDesignView::initialize() //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ -void OTableDesignView::resizeControl(Rectangle& _rPlayground) +void OTableDesignView::resizeDocumentView(Rectangle& _rPlayground) { m_pWin->SetPosSizePixel( _rPlayground.TopLeft(), _rPlayground.GetSize() ); |