From 3dea14745ebc0cb80f793a9f3e582d0201c7d0cd Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 17 Apr 2003 08:29:57 +0000 Subject: 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 --- udkapi/com/sun/star/java/MissingJavaRuntimeException.idl | 6 ++++-- 1 file 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.

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 { -- cgit