summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/RowSet.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 10:15:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 10:15:38 +0000
commitdcc4a605270993648e817d3a4faa4f4ca48a6a40 (patch)
tree0a23c9480f61ffc5822141af6a7ac853944e3a68 /offapi/com/sun/star/sdb/RowSet.idl
parent31441dc08c32ed8c5b1980cdaada0f1d08d744e6 (diff)
INTEGRATION: CWS sdk02 (1.12.28); FILE MERGED
2003/05/09 11:23:58 mi 1.12.28.1: #109038# removed @optional tags, now [optional]
Diffstat (limited to 'offapi/com/sun/star/sdb/RowSet.idl')
-rw-r--r--offapi/com/sun/star/sdb/RowSet.idl10
1 files changed, 2 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl
index bc25cdb83cc0..82b052c16c4b 100644
--- a/offapi/com/sun/star/sdb/RowSet.idl
+++ b/offapi/com/sun/star/sdb/RowSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RowSet.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 17:55:06 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:15:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -323,21 +323,15 @@ service RowSet
/** is the name of the table which should be updated, this is usually used
for queries which relate to more than one table.
-
- @optional
*/
[optional, property] string UpdateTableName;
/** is the name of the table catalog
-
- @optional
*/
[optional, property] string UpdateCatalogName;
/** is the name of the table schema.
-
- @optional
*/
[optional, property] string UpdateSchemaName;
};