User: kz Date: 2008-06-25 12:51:48+0000 Modified: dba/dbaccess/source/ui/querydesign/JAccess.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]: JAccess.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/JAccess.cxx?r1=1.12&r2=1.13 Delta lines: +1 -1 ------------------- --- JAccess.cxx 2008-04-10 16:15:25+0000 1.12 +++ JAccess.cxx 2008-06-25 12:51:45+0000 1.13 @@ -121,7 +121,7 @@ // ----------------------------------------------------------------------------- sal_Bool OJoinDesignViewAccess::isEditable() const { - return m_pTableView && !m_pTableView->getDesignView()->getController()->isReadOnly(); + return m_pTableView && !m_pTableView->getDesignView()->getController().isReadOnly(); } // ----------------------------------------------------------------------------- sal_Int16 SAL_CALL OJoinDesignViewAccess::getAccessibleRole( ) throw (RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]