summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mozab/MTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mozab/MTable.hxx')
-rw-r--r--connectivity/source/drivers/mozab/MTable.hxx6
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; }