diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:15:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:15:48 +0000 |
commit | 348df3acd4ba16c83fd2737ed74d6069ba38d5e2 (patch) | |
tree | 1aa1ad4d1170e94652a2d6d44dd62333e8b68db4 /stoc | |
parent | e20f8bb4017261e1852c631c157eb5e273dbde86 (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')
-rw-r--r-- | stoc/test/javavm/jvm_interaction/interactionhandler.cxx | 10 |
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" |