diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:54:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 14:54:09 +0000 |
commit | 61645ffc036627ac185f4a32d0a7bd6ced91e3a9 (patch) | |
tree | 523c7e7b3ea1d1dd659164aa6d6aab0d7482e3e2 /udkapi/com/sun/star/java | |
parent | 2b7730ee00e3fa85ef607e3c43df09ed89a4d911 (diff) |
INTEGRATION: CWS sb18 (1.2.132); FILE MERGED
2004/05/21 15:09:44 sb 1.2.132.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/java')
-rw-r--r-- | udkapi/com/sun/star/java/WrongJavaVersionException.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/java/WrongJavaVersionException.idl b/udkapi/com/sun/star/java/WrongJavaVersionException.idl index a8e3fa2338e9..9d1b4715e99f 100644 --- a/udkapi/com/sun/star/java/WrongJavaVersionException.idl +++ b/udkapi/com/sun/star/java/WrongJavaVersionException.idl @@ -2,9 +2,9 @@ * * $RCSfile: WrongJavaVersionException.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2001-11-16 14:53:38 $ + * last change: $Author: obo $ $Date: 2004-06-03 15:54:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ module com { module sun { module star { module java { /** indicates that an operation involving Java (probably executing Java code) failed due to a wrong Java version. */ -exception WrongJavaVersionException: com::sun::star::uno::Exception +published exception WrongJavaVersionException: com::sun::star::uno::Exception { //------------------------------------------------------------------------ /** contains the lowest Java version for which the operation would |