User: kz      
Date: 2008-06-25 12:45:20+0000
Modified:
   dba/dbaccess/source/ui/dlg/RelationDlg.cxx

Log:
 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

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: RelationDlg.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/RelationDlg.cxx?r1=1.28&r2=1.29
Delta lines:  +2 -2
-------------------
--- RelationDlg.cxx     2008-05-05 15:57:20+0000        1.28
+++ RelationDlg.cxx     2008-06-25 12:45:17+0000        1.29
@@ -124,7 +124,7 @@
 {
     DBG_CTOR(ORelationDialog,NULL);
 
-       m_xConnection = 
pParent->getDesignView()->getController()->getConnection();
+       m_xConnection = 
pParent->getDesignView()->getController().getConnection();
 
        //////////////////////////////////////////////////////////////////////
        // Connection kopieren
@@ -257,7 +257,7 @@
        {
         ::dbaui::showError(    SQLExceptionInfo( ::cppu::getCaughtException() 
),
                                                        this,
-                                                       
static_cast<OJoinTableView*>(GetParent())->getDesignView()->getController()->getORB());
+                                                       
static_cast<OJoinTableView*>(GetParent())->getDesignView()->getController().getORB());
        }
     catch( const Exception& )
     {




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to