Tag: cws_dev300_dba30d User: fs Date: 2008-05-29 11:28:38+0000 Modified: dba/dbaccess/source/ui/dlg/RelationDlg.cxx
Log: during #i80943#: refactoring: IController now passed around as reference, not as pointer File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: RelationDlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/RelationDlg.cxx?r1=1.28&r2=1.28.10.1 Delta lines: +4 -4 ------------------- --- RelationDlg.cxx 2008-05-05 15:57:20+0000 1.28 +++ RelationDlg.cxx 2008-05-29 11:28:35+0000 1.28.10.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: RelationDlg.cxx,v $ - * $Revision: 1.28 $ + * $Revision: 1.28.10.1 $ * * This file is part of OpenOffice.org. * @@ -124,7 +124,7 @@ { DBG_CTOR(ORelationDialog,NULL); - m_xConnection = pParent->getDesignView()->getController()->getConnection(); + m_xConnection = pParent->getDesignView()->getController().getConnection(); ////////////////////////////////////////////////////////////////////// // Connection kopieren @@ -257,7 +257,7 @@ { ::dbaui::showError( SQLExceptionInfo( ::cppu::getCaughtException() ), this, - static_cast<OJoinTableView*>(GetParent())->getDesignView()->getController()->getORB()); + static_cast<OJoinTableView*>(GetParent())->getDesignView()->getController().getORB()); } catch( const Exception& ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
