summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/ErrorEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/ErrorEvent.idl')
-rw-r--r--offapi/com/sun/star/form/ErrorEvent.idl32
1 files changed, 10 insertions, 22 deletions
diff --git a/offapi/com/sun/star/form/ErrorEvent.idl b/offapi/com/sun/star/form/ErrorEvent.idl
index 14f9c78223a1..2ec5e69bc5d6 100644
--- a/offapi/com/sun/star/form/ErrorEvent.idl
+++ b/offapi/com/sun/star/form/ErrorEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ErrorEvent.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:52 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:04:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,30 +74,12 @@
// DocMerge from xml: struct com::sun::star::form::ErrorEvent
/** occurs in case of fired database exceptions triggered by
- a DatabaseForm.
-
-
-
- <p> It contains the fired exception.
-
- </p>
-
-
-
-
-
-
-
-
-
+ a <type scope="com::sun::star::form::component">DatabaseForm</type>
+ <p>Please do <em><b>not</b></em> use anymore, this struct is deprecated.
@deprecated
*/
struct ErrorEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMMITTED FOR ErrorEvent::Reason
-
- // DocMerge: empty anyway
any Reason;
};
@@ -109,6 +91,12 @@ struct ErrorEvent: com::sun::star::lang::EventObject
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3.24.1 2002/07/26 09:59:53 fs
+ IDL review form layer
+
+ Revision 1.3 2000/11/08 12:42:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:16 hjs
initial import