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 | a8b5df7dd2cc987adab7f3096c00d47b8afb8766 (patch) | |
tree | b13abe6b983b4b1d6934705d4b63e0249da98fef /stoc | |
parent | d58a8464f1deff2403d52c07ba97fce390f4f96c (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 e815ae34c..701cb54ec 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 |