User: kz Date: 2008-06-25 12:56:04+0000 Modified: dba/dbaccess/source/ui/querydesign/querydlg.cxx
Log: INTEGRATION: CWS dba30d (1.18.10); FILE MERGED 2008/05/29 11:30:22 fs 1.18.10.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: querydlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querydlg.cxx?r1=1.18&r2=1.19 Delta lines: +1 -1 ------------------- --- querydlg.cxx 2008-05-05 16:07:01+0000 1.18 +++ querydlg.cxx 2008-06-25 12:56:00+0000 1.19 @@ -172,7 +172,7 @@ m_pJoinControl->aLB_JoinType.SetSelectHdl(LINK(this,DlgQryJoin,LBChangeHdl)); m_pJoinControl->m_aCBNatural.SetToggleHdl(LINK(this,DlgQryJoin,NaturalToggleHdl)); - if ( static_cast<OQueryTableView*>(pParent)->getDesignView()->getController()->isReadOnly() ) + if ( static_cast<OQueryTableView*>(pParent)->getDesignView()->getController().isReadOnly() ) { m_pJoinControl->aLB_JoinType.Disable(); m_pJoinControl->m_aCBNatural.Disable(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
