diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:08:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:08:24 +0000 |
commit | 6eedb52b3731a4d5b03ede086eaed2087304cc0c (patch) | |
tree | 85697153547a74ef09655b1a0fcc93e4928c0c2a /udkapi/com/sun/star/java | |
parent | ac0a15fddf6f040aa59c5b847fa4e8dea04cca9f (diff) |
INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED
2005/02/02 15:46:16 mi 1.6.16.1: #i33588# since tags corrected
Diffstat (limited to 'udkapi/com/sun/star/java')
-rw-r--r-- | udkapi/com/sun/star/java/MissingJavaRuntimeException.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl b/udkapi/com/sun/star/java/MissingJavaRuntimeException.idl index 7fb506d44aad..feb2a25afea5 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:56:49 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:07:41 $ * * 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 happens when a user moves or deletes a Java installation after the office has been configured to use that Java installation. - @since OOo1.1.2 + @since OOo 1.1.2 */ published exception MissingJavaRuntimeException: JavaInitializationException { |