diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:52:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:52:54 +0000 |
commit | 8fe8463fd0066feb8e1ef07dc0443673daa94525 (patch) | |
tree | 03df251fc27c8eb71c4cbdf927aad25708d05a59 /udkapi | |
parent | 76ef7c6a256a3f033c029180dbf40c5bead1f5ff (diff) |
INTEGRATION: CWS sdk12bugfix (1.13.80); FILE MERGED
2004/02/27 09:10:09 jsc 1.13.80.1: #113058# remove Uik where possible
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/java/XJavaVM.idl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/java/XJavaVM.idl b/udkapi/com/sun/star/java/XJavaVM.idl index 9e96ff7b9d8c..2ca29dcc6bde 100644 --- a/udkapi/com/sun/star/java/XJavaVM.idl +++ b/udkapi/com/sun/star/java/XJavaVM.idl @@ -2,9 +2,9 @@ * * $RCSfile: XJavaVM.idl,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2003-04-23 17:02:52 $ + * last change: $Author: obo $ $Date: 2004-03-17 11:52:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,10 +65,6 @@ #include <com/sun/star/uno/XInterface.idl> #endif -#ifndef __com_sun_star_uno_Uik_idl__ -#include <com/sun/star/uno/Uik.idl> -#endif - //============================================================================= module com { module sun { module star { module java { |