Tag: cws_src680_dba201 User: oj Date: 05/04/22 04:53:08 Modified: /dba/dbaccess/source/ui/dlg/ adtabdlg.cxx
Log: #i46269# remove add table dlg from task list File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: adtabdlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/adtabdlg.cxx?r1=1.19&r2=1.19.120.1 Delta lines: +9 -3 ------------------- --- adtabdlg.cxx 8 Sep 2004 16:29:30 -0000 1.19 +++ adtabdlg.cxx 22 Apr 2005 11:53:05 -0000 1.19.120.1 @@ -2,9 +2,9 @@ * * $RCSfile: adtabdlg.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.19.120.1 $ * - * last change: $Author: rt $ $Date: 2004/09/08 16:29:30 $ + * last change: $Author: oj $ $Date: 2005/04/22 11:53:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,6 +104,10 @@ #ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_ #include <com/sun/star/container/XNameAccess.hpp> #endif +#ifndef DBAUI_TOOLS_HXX +#include "UITools.hxx" +#endif + #include <algorithm> @@ -158,6 +162,7 @@ OAddTableDlg::~OAddTableDlg() { DBG_DTOR(OAddTableDlg,NULL); + ::dbaui::notifySystemWindow(m_pTableView->getDesignView(),this,::comphelper::mem_fun(&TaskPaneList::RemoveWindow)); } //------------------------------------------------------------------------------ @@ -257,6 +262,7 @@ //------------------------------------------------------------------------------ BOOL OAddTableDlg::Close() { + ::dbaui::notifySystemWindow(m_pTableView->getDesignView(),this,::comphelper::mem_fun(&TaskPaneList::RemoveWindow)); m_pTableView->getDesignView()->getController()->InvalidateFeature(ID_BROWSER_ADDTABLE); m_pTableView->getDesignView()->getController()->getView()->GrabFocus(); return ModelessDialog::Close(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
