summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/RelationDlg.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:45:17 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:45:17 +0000
commit3830225c48e8fc436d2b305116c12e74f609f88d (patch)
treee92688bd5af604fe2bb237a63ad94c86115c0058 /dbaccess/source/ui/dlg/RelationDlg.cxx
parent658c4b650e08fb43dda59480b9f8686698cdf999 (diff)
INTEGRATION: CWS dba30d (1.28.10); FILE MERGED
2008/05/29 11:28:35 fs 1.28.10.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer
Diffstat (limited to 'dbaccess/source/ui/dlg/RelationDlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/RelationDlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/RelationDlg.cxx b/dbaccess/source/ui/dlg/RelationDlg.cxx
index af1c0d35e27e..ed054fd909fc 100644
--- a/dbaccess/source/ui/dlg/RelationDlg.cxx
+++ b/dbaccess/source/ui/dlg/RelationDlg.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: RelationDlg.cxx,v $
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
* This file is part of OpenOffice.org.
*
@@ -124,7 +124,7 @@ ORelationDialog::ORelationDialog( OJoinTableView* pParent,
{
DBG_CTOR(ORelationDialog,NULL);
- m_xConnection = pParent->getDesignView()->getController()->getConnection();
+ m_xConnection = pParent->getDesignView()->getController().getConnection();
//////////////////////////////////////////////////////////////////////
// Connection kopieren
@@ -257,7 +257,7 @@ IMPL_LINK( ORelationDialog, OKClickHdl, Button*, /*pButton*/ )
{
::dbaui::showError( SQLExceptionInfo( ::cppu::getCaughtException() ),
this,
- static_cast<OJoinTableView*>(GetParent())->getDesignView()->getController()->getORB());
+ static_cast<OJoinTableView*>(GetParent())->getDesignView()->getController().getORB());
}
catch( const Exception& )
{