diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:07:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:07:01 +0000 |
commit | 622a1a9b64b4f42a803cb5305f429746de23748e (patch) | |
tree | b115036f33e581c1ef72b839f323ef6056c4cf1c /udkapi | |
parent | 86aa8421a33e45a707d20da8ffe4e15ae9d676d1 (diff) |
INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED
2005/02/02 15:46:15 mi 1.6.16.1: #i33588# since tags corrected
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/java/JavaDisabledException.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/java/JavaInitializationException.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/java/JavaNotConfiguredException.idl | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/udkapi/com/sun/star/java/JavaDisabledException.idl b/udkapi/com/sun/star/java/JavaDisabledException.idl index 3a85fad4aa44..6e6e0bcb7b8e 100644 --- a/udkapi/com/sun/star/java/JavaDisabledException.idl +++ b/udkapi/com/sun/star/java/JavaDisabledException.idl @@ -2,9 +2,9 @@ * * $RCSfile: JavaDisabledException.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:55:48 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:06:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ module com { module sun { module star { module java { The user has switched off Java in the configuration of the office, for example by means of the options dialog. - @since OOo1.1.2 + @since OOo 1.1.2 */ published exception JavaDisabledException: JavaInitializationException { diff --git a/udkapi/com/sun/star/java/JavaInitializationException.idl b/udkapi/com/sun/star/java/JavaInitializationException.idl index 9214eb8cc058..613ad3af65cb 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:56:02 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:06:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ module com { module sun { module star { module java { <type scope:"com::sun::star::java">MissingJavaRuntimeException</type> <br> <type scope:"com::sun::star::java">JavaVMCreationFailureException</type> <br> - @since OOo1.1.2 + @since OOo 1.1.2 */ 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 676a803f03c2..16e11f6a4109 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:56:13 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:07:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ module com { module sun { module star { module java { This exception occurs if there is no java.ini or javarc available. This usually happens if a user cancels the Java configuration which of the office. - @since OOo1.1.2 + @since OOo 1.1.2 */ published exception JavaNotConfiguredException: JavaInitializationException { |