summaryrefslogtreecommitdiff
path: root/stoc/test/javavm/jvm_interaction
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-23 15:15:48 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-23 15:15:48 +0000
commit348df3acd4ba16c83fd2737ed74d6069ba38d5e2 (patch)
tree1aa1ad4d1170e94652a2d6d44dd62333e8b68db4 /stoc/test/javavm/jvm_interaction
parente20f8bb4017261e1852c631c157eb5e273dbde86 (diff)
INTEGRATION: CWS uno2 (1.2.42); FILE MERGED
2003/04/08 13:56:37 dbo 1.2.42.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc/test/javavm/jvm_interaction')
-rw-r--r--stoc/test/javavm/jvm_interaction/interactionhandler.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/stoc/test/javavm/jvm_interaction/interactionhandler.cxx b/stoc/test/javavm/jvm_interaction/interactionhandler.cxx
index f74916705cc0..c7be712fedc0 100644
--- a/stoc/test/javavm/jvm_interaction/interactionhandler.cxx
+++ b/stoc/test/javavm/jvm_interaction/interactionhandler.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: interactionhandler.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jl $ $Date: 2002-07-24 12:35:12 $
+ * last change: $Author: rt $ $Date: 2003-04-23 16:15:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,12 +104,6 @@ using namespace com::sun::star::registry;
using namespace com::sun::star::java;
using namespace com::sun::star::task;
-#if defined(WNT)
-#define LIBJEN "jen.dll"
-#elif defined(UNX)
-#define LIBJEN "libjen.so"
-#endif
-
#define OUSTR( x ) OUString(RTL_CONSTASCII_USTRINGPARAM( x ))
#define INTERACTION_HANDLER_NAME "java-vm.interaction-handler"