Tag: cws_src680_oj14 User: oj Date: 06/04/25 05:51:14 Modified: /dba/dbaccess/source/ui/relationdesign/ RelationController.cxx, RelationTableView.cxx
Log: new include File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationController.cxx?r1=1.42.4.2&r2=1.42.4.3 Delta lines: +2 -5 ------------------- --- RelationController.cxx 20 Mar 2006 07:48:56 -0000 1.42.4.2 +++ RelationController.cxx 25 Apr 2006 12:51:11 -0000 1.42.4.3 @@ -4,9 +4,9 @@ * * $RCSfile: RelationController.cxx,v $ * - * $Revision: 1.42.4.2 $ + * $Revision: 1.42.4.3 $ * - * last change: $Author: oj $ $Date: 2006/03/20 07:48:56 $ + * last change: $Author: oj $ $Date: 2006/04/25 12:51:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -139,9 +139,6 @@ #endif #ifndef DBACCESS_SHARED_DBUSTRINGS_HRC #include "dbustrings.hrc" -#endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" #endif #ifndef DBAUI_TOOLS_HXX #include "UITools.hxx" File [changed]: RelationTableView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationTableView.cxx?r1=1.20.4.2&r2=1.20.4.3 Delta lines: +3 -6 ------------------- --- RelationTableView.cxx 20 Mar 2006 07:48:57 -0000 1.20.4.2 +++ RelationTableView.cxx 25 Apr 2006 12:51:12 -0000 1.20.4.3 @@ -4,9 +4,9 @@ * * $RCSfile: RelationTableView.cxx,v $ * - * $Revision: 1.20.4.2 $ + * $Revision: 1.20.4.3 $ * - * last change: $Author: oj $ $Date: 2006/03/20 07:48:57 $ + * last change: $Author: oj $ $Date: 2006/04/25 12:51:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -122,9 +122,6 @@ #ifndef DBACCESS_JACCESS_HXX #include "JAccess.hxx" #endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif #ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTID_HPP_ #include <com/sun/star/accessibility/AccessibleEventId.hpp> #endif @@ -479,7 +476,7 @@ OSQLMessageBox aDlg(this,ModuleRes(STR_QUERY_REL_DELETE_WINDOW),String(),WB_YES_NO|WB_DEF_YES,OSQLMessageBox::Warning); if(aDlg.Execute() == RET_YES) { - m_pView->getController()->getUndoMgr().Clear(); + m_pView->getController()->getUndoMgr()->Clear(); OJoinTableView::RemoveTabWin( pTabWin ); m_pView->getController()->InvalidateFeature(SID_RELATION_ADD_RELATION); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
