INTEGRATION: CWS sb18 (1.2.88); FILE MERGED
2004/05/05 11:06:14 sb 1.2.88.1: #i21150# Missing base.
This commit is contained in:
parent
a5b1c23958
commit
6ca9ca48b8
1 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue