Kaydet (Commit) 9622113a authored tarafından Kurt Zenker's avatar Kurt Zenker

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
üst c800da9b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: RelationDesignView.cxx,v $ * $RCSfile: RelationDesignView.cxx,v $
* $Revision: 1.15 $ * $Revision: 1.16 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -99,8 +99,8 @@ using namespace ::com::sun::star::beans; ...@@ -99,8 +99,8 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container; using namespace ::com::sun::star::container;
DBG_NAME(ORelationDesignView) DBG_NAME(ORelationDesignView)
ORelationDesignView::ORelationDesignView(Window* _pParent, ORelationController* _pController,const Reference< XMultiServiceFactory >& _rFactory) ORelationDesignView::ORelationDesignView(Window* _pParent, ORelationController& _rController,const Reference< XMultiServiceFactory >& _rFactory)
:OJoinDesignView(_pParent,_pController,_rFactory) :OJoinDesignView( _pParent, _rController, _rFactory )
{ {
DBG_CTOR(ORelationDesignView,NULL); DBG_CTOR(ORelationDesignView,NULL);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment