diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:29:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 08:29:57 +0000 |
commit | 3dea14745ebc0cb80f793a9f3e582d0201c7d0cd (patch) | |
tree | d5cb76ba2f14ec149c546ca1b581b994c067c02b | |
parent | 1031d546b10522c7f0c79f1f826a6291a152fa7e (diff) |
INTEGRATION: CWS sdk01 (1.1.26); FILE MERGED
2003/04/07 09:02:58 mi 1.1.26.1: #107627# new idls marked with @since
-rw-r--r-- | udkapi/com/sun/star/java/MissingJavaRuntimeException.idl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl b/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl index f6448ab8e234..d5021bdcd7ed 100644 --- a/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl +++ b/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl @@ -2,9 +2,9 @@ * * $RCSfile: MissingJavaRuntimeException.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:35:38 $ + * last change: $Author: rt $ $Date: 2003-04-17 09:29:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,6 +72,8 @@ module com { module sun { module star { module java { /** indicates that the Java runtime library could not be found. <p> This happens when a user moves or deletes a Java installation after the office has been configured to use that Java installation. + + @since #107627# */ exception MissingJavaRuntimeException: JavaInitializationException { |