summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/xml/dom/events/EventException.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/dom/events/EventException.idl b/offapi/com/sun/star/xml/dom/events/EventException.idl
index 06ba8d53eac5..81dbb9b1855c 100644
--- a/offapi/com/sun/star/xml/dom/events/EventException.idl
+++ b/offapi/com/sun/star/xml/dom/events/EventException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: EventException.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-03-08 14:06:55 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:24:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,10 +61,14 @@
#ifndef __com_sun_star_xml_dom_events_EventException_idl__
#define __com_sun_star_xml_dom_events_EventException_idl__
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
module com { module sun { module star { module xml { module dom { module events {
// Introduced in DOM Level 2:
-exception EventException {
+exception EventException: com::sun::star::uno::Exception {
short code;
};