summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XSQLErrorListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XSQLErrorListener.idl')
-rw-r--r--offapi/com/sun/star/sdb/XSQLErrorListener.idl15
1 files changed, 12 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/XSQLErrorListener.idl b/offapi/com/sun/star/sdb/XSQLErrorListener.idl
index 69e2657e5e23..f75f3bd86ca1 100644
--- a/offapi/com/sun/star/sdb/XSQLErrorListener.idl
+++ b/offapi/com/sun/star/sdb/XSQLErrorListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSQLErrorListener.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,8 +80,11 @@ interface XSQLErrorListener: com::sun::star::lang::XEventListener
{
// DocMerge from xml: method com::sun::star::sdb::XSQLErrorListener::errorOccured
- /** invoked when a database error occurs, just before a SQLException
+ /** invoked when a database error occurs, just before a
+ <type scope="com::sun::star::sdbc">SQLException</type>
is thrown to the application.
+ @param aEvent
+ the event which occured
*/
void errorOccured([in]com::sun::star::sdb::SQLErrorEvent aEvent);
};
@@ -92,6 +95,12 @@ interface XSQLErrorListener: com::sun::star::lang::XEventListener
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.16.1 2002/02/18 10:27:18 oj
+ #97563# parameter,return value and exception description
+
+ Revision 1.4 2001/03/16 16:41:32 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:43:31 mi
moved from api