summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 11:54:35 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 11:54:35 +0000
commitbb585a4636c72c85a742089d12b27d09f9cc539e (patch)
tree5f731d277a3fa69cc0be36f030711311e5e34dba /dbaccess/source/ui/querydesign/TableWindowAccess.cxx
parent6d9394854acda3a9f30a24a24dcb89b2dab20bae (diff)
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
Diffstat (limited to 'dbaccess/source/ui/querydesign/TableWindowAccess.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/TableWindowAccess.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
index a96f6a9c3087..13e843f3552a 100644
--- a/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
+++ b/dbaccess/source/ui/querydesign/TableWindowAccess.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: TableWindowAccess.cxx,v $
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
* This file is part of OpenOffice.org.
*
@@ -281,7 +281,7 @@ namespace dbaui
// -----------------------------------------------------------------------------
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)