diff options
author | Michael Hönnig <mi@openoffice.org> | 2001-01-23 09:08:47 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2001-01-23 09:08:47 +0000 |
commit | b1fb59fa15244e115bcec0c52fb4948bd97e3f9c (patch) | |
tree | 1d6d915b8acf53d9282d00e9ecd49bb6bf05895d /offapi/com/sun/star/sdbcx/Table.idl | |
parent | 0b32a8981545fc8a6460d8710ba6b29bd83c83fd (diff) |
optional interfaces now marked as [optional] instead of just a prosa description of this fact
Diffstat (limited to 'offapi/com/sun/star/sdbcx/Table.idl')
-rw-r--r-- | offapi/com/sun/star/sdbcx/Table.idl | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/offapi/com/sun/star/sdbcx/Table.idl b/offapi/com/sun/star/sdbcx/Table.idl index 3be2462a9..79ce57f7c 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,7 @@ service Table // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XDataDescriptorFactory /** optional, could be used to copy an index. */ - interface XDataDescriptorFactory; + [optional] interface XDataDescriptorFactory; // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XColumnsSupplier @@ -110,25 +110,25 @@ service Table // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XIndexesSupplier /** optional, provides the access of the table indexes. */ - interface XIndexesSupplier; + [optional] interface XIndexesSupplier; // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XKeysSupplier /** optional, provides the access to the table keys. */ - interface XKeysSupplier; + [optional] interface XKeysSupplier; // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XRename /** optional, allows the renaming of tables. */ - interface XRename; + [optional] interface XRename; // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XAlterTable /** optional, allows the altering of columns. */ - interface XAlterTable; + [optional] interface XAlterTable; // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; @@ -163,16 +163,7 @@ service Table /** indicates the type of the table like (TABLE,VIEW,SYSTEM TABLE). Could be empty if not supported by the driver. - - - - - - - - @optional - t */ [optional, readonly, property] string Type; }; @@ -183,6 +174,9 @@ service Table /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:44 hjs initial import |