User: kz Date: 2008-06-25 12:51:30+0000 Modified: dba/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx
Log: INTEGRATION: CWS dba30d (1.12.30); FILE MERGED 2008/05/29 11:30:21 fs 1.12.30.1: during #i80943#: refactoring: IController now passed around as reference, not as pointer File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: ConnectionLineAccess.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/ConnectionLineAccess.cxx?r1=1.12&r2=1.13 Delta lines: +2 -1 ------------------- --- ConnectionLineAccess.cxx 2008-04-10 16:14:52+0000 1.12 +++ ConnectionLineAccess.cxx 2008-06-25 12:51:27+0000 1.13 @@ -260,7 +260,8 @@ // ----------------------------------------------------------------------------- sal_Bool OConnectionLineAccess::isEditable() const { - return m_pLine ? !m_pLine->GetParent()->getDesignView()->getController()->isReadOnly() : sal_False; + + return m_pLine ? !m_pLine->GetParent()->getDesignView()->getController().isReadOnly() : sal_False; } // ----------------------------------------------------------------------------- Reference< XAccessibleContext > SAL_CALL OConnectionLineAccess::getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
