summaryrefslogtreecommitdiff
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
commite6ee2fafa88949a8e4dea320a97a7e39ef6d67e0 (patch)
tree63240bc17e6921878a5b337808d5bb680af320f0
parentf362f54f323053633f4693f0f0688af01d03d036 (diff)
INTEGRATION: CWS sb18 (1.4.92); FILE MERGED
2004/05/21 15:09:43 sb 1.4.92.1: #i21150# Added published flag.
-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 66675ca0c..d6a9b6786 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 03b2dd99c..a773fb6c0 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
{
};