Tag: cws_src680_dba201 User: oj Date: 05/04/25 01:19:46 Modified: /dba/dbaccess/source/ui/querydesign/ JoinController.cxx
Log: #i46269# remove field desc control from task list File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: JoinController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/JoinController.cxx?r1=1.33&r2=1.33.20.1 Delta lines: +4 -4 ------------------- --- JoinController.cxx 23 Mar 2005 09:49:23 -0000 1.33 +++ JoinController.cxx 25 Apr 2005 08:19:43 -0000 1.33.20.1 @@ -2,9 +2,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.33.20.1 $ * - * last change: $Author: vg $ $Date: 2005/03/23 09:49:23 $ + * last change: $Author: oj $ $Date: 2005/04/25 08:19:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -308,7 +308,7 @@ m_pAddTabDlg = getJoinView()->getAddTableDialog(); if(m_pAddTabDlg->IsVisible()) { - ::dbaui::notifySystemWindow(getView(),m_pAddTabDlg,::comphelper::mem_fun(&TaskPaneList::RemoveWindow)); + // ::dbaui::notifySystemWindow(getView(),m_pAddTabDlg,::comphelper::mem_fun(&TaskPaneList::RemoveWindow)); m_pAddTabDlg->Show(!m_pAddTabDlg->IsVisible()); m_pView->GrabFocus(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
