summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 10:16:19 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 10:16:19 +0000
commit475118cb636656c54607f6a95afb7669a0402f8f (patch)
tree04cc20e1b58c284ecbb024da71be5a61f929f3b8 /offapi/com/sun/star/sdbcx
parentf90398a4dd60c06edc06fdb7307f966ac3704696 (diff)
INTEGRATION: CWS sdk02 (1.7.34); FILE MERGED
2003/05/09 11:24:01 mi 1.7.34.1: #109038# removed @optional tags, now [optional]
Diffstat (limited to 'offapi/com/sun/star/sdbcx')
-rw-r--r--offapi/com/sun/star/sdbcx/Table.idl6
1 files changed, 2 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbcx/Table.idl b/offapi/com/sun/star/sdbcx/Table.idl
index 62437fd1ea5e..e63fc46f5cff 100644
--- a/offapi/com/sun/star/sdbcx/Table.idl
+++ b/offapi/com/sun/star/sdbcx/Table.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Table.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:55:50 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:16:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -167,8 +167,6 @@ service Table
// DocMerge from xml: property com::sun::star::sdbcx::Table::Type
/** indicates the type of the table like (TABLE, VIEW, SYSTEM TABLE).
Could be empty, if not supported by the driver.
-
- @optional
*/
[optional, readonly, property] string Type;
};