summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/java
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 14:53:11 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 14:53:11 +0000
commit670222aabe60f64b3417d92453f1e19252c1e816 (patch)
treec8f8080d63cdfa409e826203ced858eb15f06355 /udkapi/com/sun/star/java
parent4f50abb51e4db298674f2d8f472afaccccd23f5c (diff)
INTEGRATION: CWS sb18 (1.4.92); FILE MERGED
2004/05/21 15:09:43 sb 1.4.92.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/java')
-rw-r--r--udkapi/com/sun/star/java/JavaInitializationException.idl6
-rw-r--r--udkapi/com/sun/star/java/JavaNotConfiguredException.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/java/JavaInitializationException.idl b/udkapi/com/sun/star/java/JavaInitializationException.idl
index 05ae5fe905bb..f45eab9f1a96 100644
--- a/udkapi/com/sun/star/java/JavaInitializationException.idl
+++ b/udkapi/com/sun/star/java/JavaInitializationException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: JavaInitializationException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 09:29:25 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:52:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@ module com { module sun { module star { module java {
@since #107627#
*/
-exception JavaInitializationException: com::sun::star::uno::DeploymentException
+published exception JavaInitializationException: com::sun::star::uno::DeploymentException
{
};
diff --git a/udkapi/com/sun/star/java/JavaNotConfiguredException.idl b/udkapi/com/sun/star/java/JavaNotConfiguredException.idl
index 03b2dd99c0e7..a773fb6c0bd3 100644
--- a/udkapi/com/sun/star/java/JavaNotConfiguredException.idl
+++ b/udkapi/com/sun/star/java/JavaNotConfiguredException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: JavaNotConfiguredException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 09:29:36 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:53:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@ module com { module sun { module star { module java {
@since #107627#
*/
-exception JavaNotConfiguredException: JavaInitializationException
+published exception JavaNotConfiguredException: JavaInitializationException
{
};