summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:57:32 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:57:32 +0000
commit9622113a0bf58654ea27a9485d3adcd526899d75 (patch)
treee0f7f7a0b7e81632a298b8fe60dadfe361258fc6 /dbaccess/source/ui/relationdesign
parentc800da9b08b629b52aeac2ee08398983ae7233f0 (diff)
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
Diffstat (limited to 'dbaccess/source/ui/relationdesign')
-rw-r--r--dbaccess/source/ui/relationdesign/RelationDesignView.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
index f7c45fc356e1..f95ee9561946 100644
--- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
+++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: RelationDesignView.cxx,v $
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -99,8 +99,8 @@ using namespace ::com::sun::star::beans;
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);
}