User: kz Date: 2008-06-25 12:57:35+0000 Modified: dba/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
Log: INTEGRATION: CWS dba30d (1.15.30); FILE MERGED 2008/05/29 11:27:02 fs 1.15.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationDesignView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationDesignView.cxx?r1=1.15&r2=1.16 Delta lines: +2 -2 ------------------- --- RelationDesignView.cxx 2008-04-10 16:32:49+0000 1.15 +++ RelationDesignView.cxx 2008-06-25 12:57:32+0000 1.16 @@ -99,8 +99,8 @@ using namespace ::com::sun::star::container; DBG_NAME(ORelationDesignView) -ORelationDesignView::ORelationDesignView(Window* _pParent, ORelationController* _pController,const Reference< XMultiServiceFactory >& _rFactory) - :OJoinDesignView(_pParent,_pController,_rFactory) +ORelationDesignView::ORelationDesignView(Window* _pParent, ORelationController& _rController,const Reference< XMultiServiceFactory >& _rFactory) + :OJoinDesignView( _pParent, _rController, _rFactory ) { DBG_CTOR(ORelationDesignView,NULL); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
