User: kz Date: 2008-06-25 12:57:14+0000 Modified: dba/dbaccess/source/ui/relationdesign/RelationController.cxx
Log: INTEGRATION: CWS dba30d (1.54.8); FILE MERGED 2008/06/10 06:41:44 fs 1.54.8.2: RESYNC: (1.54-1.55); FILE MERGED 2008/05/29 11:27:02 fs 1.54.8.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer 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.55&r2=1.56 Delta lines: +1 -1 ------------------- --- RelationController.cxx 2008-06-06 14:14:14+0000 1.55 +++ RelationController.cxx 2008-06-25 12:57:11+0000 1.56 @@ -346,7 +346,7 @@ // ----------------------------------------------------------------------------- sal_Bool ORelationController::Construct(Window* pParent) { - m_pView = new ORelationDesignView(pParent,this,getORB()); + m_pView = new ORelationDesignView( pParent, *this, getORB() ); OJoinController::Construct(pParent); // m_pView->Construct(); // m_pView->Show(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
