diff options
-rw-r--r-- | udkapi/com/sun/star/java/JavaVirtualMachine.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/java/JavaVirtualMachine.idl b/udkapi/com/sun/star/java/JavaVirtualMachine.idl index 3b9cbfe65bba..c54349b20f8b 100644 --- a/udkapi/com/sun/star/java/JavaVirtualMachine.idl +++ b/udkapi/com/sun/star/java/JavaVirtualMachine.idl @@ -2,9 +2,9 @@ * * $RCSfile: JavaVirtualMachine.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2004-03-19 13:17:53 $ + * last change: $Author: obo $ $Date: 2004-06-03 15:53:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,8 +65,8 @@ module com { module sun { module star { module java { -interface XJavaVM; -interface XJavaThreadRegister_11; + published interface XJavaVM; + published interface XJavaThreadRegister_11; //============================================================================= @@ -78,7 +78,7 @@ interface XJavaThreadRegister_11; functionality. This should probably be replaced by an appropriate C/C++ API. */ -service JavaVirtualMachine +published service JavaVirtualMachine { // DocMerge: empty anyway interface XJavaVM; |