Tag: cws_src680_dba24 User: oj Date: 05/02/10 02:38:55 Modified: /dba/dbaccess/source/ui/querydesign/ QueryDesignView.cxx
Log: #i42067# remove table view from task list before destroying it File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QueryDesignView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryDesignView.cxx?r1=1.70&r2=1.70.50.1 Delta lines: +2 -0 ------------------- --- QueryDesignView.cxx 22 Oct 2004 09:06:51 -0000 1.70 +++ QueryDesignView.cxx 10 Feb 2005 10:38:51 -0000 1.70.50.1 @@ -2384,6 +2384,8 @@ // ----------------------------------------------------------------------------- OQueryDesignView::~OQueryDesignView() { + if ( m_pTableView ) + ::dbaui::notifySystemWindow(this,m_pTableView,::comphelper::mem_fun(&TaskPaneList::RemoveWindow)); ::std::auto_ptr<Window> aTemp(m_pSelectionBox); m_pSelectionBox = NULL; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
