summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitb2c63fd45faa54a3f62492d8937c2b7d15db0046 (patch)
tree4e4a880c28ab1820e98b179d0c991922252ee67d /offapi/com/sun/star/sdbc/XWarningsSupplier.idl
parentc07bfba36e7a8288c6dc40795bd28ca3594e05b5 (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/sdbc/XWarningsSupplier.idl')
-rw-r--r--offapi/com/sun/star/sdbc/XWarningsSupplier.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
index fad706906..55396212f 100644
--- a/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
+++ b/offapi/com/sun/star/sdbc/XWarningsSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XWarningsSupplier.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:59:40 $
+ * 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
@@ -76,7 +76,6 @@
/** should be implemented of objects which may report warnings or not critical
errors .@see com::sun::star::sdbc::SQLWarning
*/
-[ uik(D6B60232-9067-11d3-9EE00010-5AD7A5C4), ident("XWarningsSupplier", 1.0) ]
interface XWarningsSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -93,7 +92,7 @@ interface XWarningsSupplier: com::sun::star::uno::XInterface
</p>
*/
- [const] any getWarnings() raises (SQLException);
+ any getWarnings() raises (SQLException);
//-------------------------------------------------------------------------
@@ -112,6 +111,9 @@ interface XWarningsSupplier: com::sun::star::uno::XInterface
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/19 13:59:40 mi
+ syntax errors in documentation fixed
+
Revision 1.3 2000/11/08 12:43:35 mi
moved from api