Kaydet (Commit) 570d9ef9 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dba26 (1.14.100); FILE MERGED

2005/03/11 12:08:04 oj 1.14.100.1: #i42067# set addtabdlg to null beforeview is set to null
üst 8e8ac8e5
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: JoinDesignView.cxx,v $ * $RCSfile: JoinDesignView.cxx,v $
* *
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* last change: $Author: rt $ $Date: 2004-09-09 09:47:56 $ * last change: $Author: vg $ $Date: 2005-03-23 09:49:37 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -143,6 +143,8 @@ OJoinDesignView::OJoinDesignView(Window* _pParent, OJoinController* _pController ...@@ -143,6 +143,8 @@ OJoinDesignView::OJoinDesignView(Window* _pParent, OJoinController* _pController
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
OJoinDesignView::~OJoinDesignView() OJoinDesignView::~OJoinDesignView()
{ {
if ( m_pController )
m_pController->clearAddTableDialog();
::std::auto_ptr<Window> aT3(m_pScrollWindow); ::std::auto_ptr<Window> aT3(m_pScrollWindow);
m_pScrollWindow = NULL; m_pScrollWindow = NULL;
::std::auto_ptr<Window> aT2(m_pTableView); ::std::auto_ptr<Window> aT2(m_pTableView);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment