User: hr Date: 05/09/23 05:28:57 Modified: /dba/dbaccess/source/ui/dlg/ adtabdlg.cxx
Log: INTEGRATION: CWS dba201b (1.19.136); FILE MERGED 2005/09/21 08:28:19 oj 1.19.136.2: RESYNC: (1.19-1.20); FILE MERGED 2005/07/11 13:37:19 fs 1.19.136.1: merging CWS dba201 into CWS dba201b 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.20&r2=1.21 Delta lines: +6 -0 ------------------- --- adtabdlg.cxx 8 Sep 2005 14:52:57 -0000 1.20 +++ adtabdlg.cxx 23 Sep 2005 12:28:53 -0000 1.21 @@ -78,6 +78,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> @@ -132,6 +136,7 @@ OAddTableDlg::~OAddTableDlg() { DBG_DTOR(OAddTableDlg,NULL); + ::dbaui::notifySystemWindow(m_pTableView->getDesignView(),this,::comphelper::mem_fun(&TaskPaneList::RemoveWindow)); } //------------------------------------------------------------------------------ @@ -231,6 +236,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]
