summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MTable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MTable.hxx')
-rw-r--r--connectivity/source/drivers/mork/MTable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mork/MTable.hxx b/connectivity/source/drivers/mork/MTable.hxx
index 521421b27614..d0b2f5490fe9 100644
--- a/connectivity/source/drivers/mork/MTable.hxx
+++ b/connectivity/source/drivers/mork/MTable.hxx
@@ -43,7 +43,7 @@ namespace connectivity
OConnection* getConnection() { return m_pConnection;}
- sal_Bool isReadOnly() const { return sal_False; }
+ bool isReadOnly() const { return false; }
OUString getTableName() const { return m_Name; }
OUString getSchema() const { return m_SchemaName; }