summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/java/XJavaVM.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/java/XJavaVM.idl')
-rw-r--r--udkapi/com/sun/star/java/XJavaVM.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/java/XJavaVM.idl b/udkapi/com/sun/star/java/XJavaVM.idl
index 002dc607115e..ca51ab3a3b31 100644
--- a/udkapi/com/sun/star/java/XJavaVM.idl
+++ b/udkapi/com/sun/star/java/XJavaVM.idl
@@ -24,8 +24,6 @@
module com { module sun { module star { module java {
-
-// DocMerge from xml: interface com::sun::star::java::XJavaVM
/** must be implemented by the user of the XJavaVM.
@deprecated
@@ -38,8 +36,6 @@ module com { module sun { module star { module java {
*/
published interface XJavaVM: com::sun::star::uno::XInterface
{
-
- // DocMerge from xml: method com::sun::star::java::XJavaVM::getJavaVM
/** returns the address of the Java Virtual Machine.
<p>If the VM is not already instantiated, it will be now.</p>
@@ -100,14 +96,10 @@ published interface XJavaVM: com::sun::star::uno::XInterface
*/
any getJavaVM( [in] sequence<byte> processID );
-
- // DocMerge from xml: method com::sun::star::java::XJavaVM::isVMStarted
/** returns <true/> if the VM is started successfully, otherwise <false/>.
*/
boolean isVMStarted();
-
- // DocMerge from xml: method com::sun::star::java::XJavaVM::isVMEnabled
/** Returns <true/> if the VM is enabled.
<p>It is only possible to get the VM, if this method return 0. </p>