summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:24:18 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:24:18 +0000
commit6ca9ca48b8801d2b42434da47b3de751dbdc80eb (patch)
tree712a12a0fb05a138f4df8617fe5ede5232d53848
parenta5b1c239586b94afedd2ed86644bdd4ae978e6fa (diff)
INTEGRATION: CWS sb18 (1.2.88); FILE MERGED
2004/05/05 11:06:14 sb 1.2.88.1: #i21150# Missing base.
-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;
};