diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 12:30:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-28 12:30:15 +0000 |
commit | 9e71512de490fb0bca0f9df8d83d097bd24d2f0f (patch) | |
tree | 9f2d081a7b5d896b9cf70058068de2a20f3cb44e /stoc | |
parent | acb14938b89204a9ea3f6616fc995b7649fce5d1 (diff) |
INTEGRATION: CWS fwk04 (1.57.10); FILE MERGED
2003/05/26 15:06:24 dbo 1.57.10.1: #109920# fixing wrong shared macro name
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index 7f2da8c9ba35..13d5943aeb74 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: javavm.cxx,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: rt $ $Date: 2003-04-29 08:25:53 $ + * last change: $Author: vg $ $Date: 2003-05-28 13:30:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -889,7 +889,7 @@ void initVMConfiguration(stoc_javavm::JVM * pjvm, OSL_TRACE("javavm.cxx: couldn't get safety settings because of >%s<", message.getStr()); #endif } - jvm.addSystemClasspath( retrieveComponentClassPath( "UNO_SHARE_PACKAGES_CACHE" ) ); + jvm.addSystemClasspath( retrieveComponentClassPath( "UNO_SHARED_PACKAGES_CACHE" ) ); jvm.addUserClasspath( retrieveComponentClassPath( "UNO_USER_PACKAGES_CACHE" ) ); //For a non product office we use the flag -ea |