User: kz      
Date: 2008-06-25 12:54:37+0000
Modified:
   dba/dbaccess/source/ui/querydesign/TableWindowAccess.cxx

Log:
 INTEGRATION: CWS dba30d (1.13.30); FILE MERGED
 2008/05/29 11:30:22 fs 1.13.30.1: during #i80943#: refactoring: IController 
now passed around as reference, not as pointer

File Changes:

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

File [changed]: TableWindowAccess.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/TableWindowAccess.cxx?r1=1.13&r2=1.14
Delta lines:  +1 -1
-------------------
--- TableWindowAccess.cxx       2008-04-10 16:26:13+0000        1.13
+++ TableWindowAccess.cxx       2008-06-25 12:54:35+0000        1.14
@@ -281,7 +281,7 @@
        // 
-----------------------------------------------------------------------------
        sal_Bool OTableWindowAccess::isEditable() const
        {
-               return m_pTable && 
!m_pTable->getTableView()->getDesignView()->getController()->isReadOnly();
+               return m_pTable && 
!m_pTable->getTableView()->getDesignView()->getController().isReadOnly();
        }
        // 
-----------------------------------------------------------------------------
        ::rtl::OUString SAL_CALL OTableWindowAccess::getTitledBorderText(  ) 
throw (RuntimeException)




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

Reply via email to