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 | |
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')
-rw-r--r-- | connectivity/source/drivers/mozab/MTable.hxx | 6 | ||||
-rw-r--r-- | connectivity/source/drivers/mozab/mozab.xml | 9 |
2 files changed, 10 insertions, 5 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; } diff --git a/connectivity/source/drivers/mozab/mozab.xml b/connectivity/source/drivers/mozab/mozab.xml index 3220dd6d5333..d684a16d2603 100644 --- a/connectivity/source/drivers/mozab/mozab.xml +++ b/connectivity/source/drivers/mozab/mozab.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd"> <module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name> mozab </module-name> + <module-name> mozabdrv2 </module-name> <component-description> <Author>Your name</Author> <Name>com.sun.star.comp.sdbc.MozabDriver</Name> @@ -13,6 +13,7 @@ <status value="final"/> <supported-service> com.sun.star.sdbc.Driver </supported-service> <service-dependency> ... </service-dependency> + </component-description> <project-build-dependency> cppuhelper </project-build-dependency> <project-build-dependency> cppu </project-build-dependency> <project-build-dependency> sal </project-build-dependency> @@ -59,7 +60,11 @@ <type> com.sun.star.sdbc.XRow </type> <type> com.sun.star.sdb.XColumnUpdate </type> <type> com.sun.star.sdb.XColumn </type> - </component-description> + <type> com.sun.star.sdbc.XResultSetUpdate </type> + <type> com.sun.star.sdbc.XRowUpdate </type> + <type> com.sun.star.sdbcx.XRowLocate </type> + <type> com.sun.star.sdbcx.XDeleteRows </type> + </module-description> |