diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-03-16 15:41:54 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-03-16 15:41:54 +0000 |
commit | b2c63fd45faa54a3f62492d8937c2b7d15db0046 (patch) | |
tree | 4e4a880c28ab1820e98b179d0c991922252ee67d /offapi/com/sun/star/sdbc/XStruct.idl | |
parent | c07bfba36e7a8288c6dc40795bd28ca3594e05b5 (diff) |
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/sdbc/XStruct.idl')
-rw-r--r-- | offapi/com/sun/star/sdbc/XStruct.idl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/XStruct.idl b/offapi/com/sun/star/sdbc/XStruct.idl index 2d5f03230..ec7f51686 100644 --- a/offapi/com/sun/star/sdbc/XStruct.idl +++ b/offapi/com/sun/star/sdbc/XStruct.idl @@ -2,9 +2,9 @@ * * $RCSfile: XStruct.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $ + * last change: $Author: jsc $ $Date: 2001-03-16 16:41:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,6 @@ interface XNameAccess; By default, an instance of <code>Struct</code> is valid as long as the application has a reference to it.</p> */ -[ uik(D6B6023D-9067-11d3-9EE00010-5AD7A5C4), ident("XStruct", 1.0) ] interface XStruct: com::sun::star::uno::XInterface { @@ -125,6 +124,9 @@ interface XStruct: com::sun::star::uno::XInterface /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:35 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:43 hjs initial import |