summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 15:07:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 15:07:01 +0000
commit9728829919eb86b7b770459a581a2bed8f55ada9 (patch)
treec17a219e62ea91272b3f5d579d20e431be1ef0b8
parent114f95b4a7bc2bcbf24cc763366387c1a0840d69 (diff)
INTEGRATION: CWS sdk14 (1.6.16); FILE MERGED
2005/02/02 15:46:15 mi 1.6.16.1: #i33588# since tags corrected
-rw-r--r--udkapi/com/sun/star/java/JavaDisabledException.idl6
-rw-r--r--udkapi/com/sun/star/java/JavaInitializationException.idl6
-rw-r--r--udkapi/com/sun/star/java/JavaNotConfiguredException.idl6
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 3a85fad4a..6e6e0bcb7 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 801dd955f..fa16136ed 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 676a803f0..16e11f6a4 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
{