summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 14:55:45 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 14:55:45 +0000
commit81d63a9ed953fb5c232cdd163347e3381b0e3f48 (patch)
treea16a572703026c9f20b5f1025a5112823ed43d67
parent199dfa050d80602f72bb2195d59b7acfe5672040 (diff)
INTEGRATION: CWS sb18 (1.7.100); FILE MERGED
2004/05/21 15:09:46 sb 1.7.100.1: #i21150# Added published flag.
-rw-r--r--udkapi/com/sun/star/lang/EventObject.idl6
-rw-r--r--udkapi/com/sun/star/lang/IllegalAccessException.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/lang/EventObject.idl b/udkapi/com/sun/star/lang/EventObject.idl
index 8e35a876a..7ffb43008 100644
--- a/udkapi/com/sun/star/lang/EventObject.idl
+++ b/udkapi/com/sun/star/lang/EventObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: EventObject.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:35:47 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:55:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
/** specifies the base for all event objects and identifies the
source of the event.
*/
-struct EventObject
+published struct EventObject
{
// DocMerge from xml: field com::sun::star::lang::EventObject::Source
/** refers to the object that fired the event.
diff --git a/udkapi/com/sun/star/lang/IllegalAccessException.idl b/udkapi/com/sun/star/lang/IllegalAccessException.idl
index 835faba1b..41fadbe2c 100644
--- a/udkapi/com/sun/star/lang/IllegalAccessException.idl
+++ b/udkapi/com/sun/star/lang/IllegalAccessException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IllegalAccessException.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:35:48 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:55:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
/** This exception is thrown when an application tries to change
a constant property.
*/
-exception IllegalAccessException: com::sun::star::uno::Exception
+published exception IllegalAccessException: com::sun::star::uno::Exception
{
};