diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 17:31:16 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 17:31:16 +0000 |
commit | 296d05762b226e3e024d9fb8e7f738872f7bac22 (patch) | |
tree | f3c0dad378d5bb23611d5fa1e55342fd0d233a45 /connectivity/source/drivers/mozab/MTable.hxx | |
parent | 000eefd841ac7ee2c1f350d25471fbfd84283837 (diff) |
INTEGRATION: CWS mozab04 (1.2.186); FILE MERGED
2004/04/05 09:54:43 windly 1.2.186.1: #i20338# Read and Write access to Address Books
Diffstat (limited to 'connectivity/source/drivers/mozab/MTable.hxx')
-rw-r--r-- | connectivity/source/drivers/mozab/MTable.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/mozab/MTable.hxx b/connectivity/source/drivers/mozab/MTable.hxx index 75fe3c1eeda5..17e5866a83b1 100644 --- a/connectivity/source/drivers/mozab/MTable.hxx +++ b/connectivity/source/drivers/mozab/MTable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: MTable.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: oj $ $Date: 2001-10-12 11:48:41 $ + * last change: $Author: hjs $ $Date: 2004-06-25 18:30:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,7 @@ namespace connectivity OConnection* getConnection() { return m_pConnection;} - sal_Bool isReadOnly() const { return sal_True; } + sal_Bool isReadOnly() const { return sal_False; } virtual void refreshColumns(); ::rtl::OUString getTableName() const { return m_Name; } |