summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jvmfwk/source/fwkutil.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmfwk/source/fwkutil.cxx b/jvmfwk/source/fwkutil.cxx
index 494cdafe6c4e..3512e98b3b56 100644
--- a/jvmfwk/source/fwkutil.cxx
+++ b/jvmfwk/source/fwkutil.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fwkutil.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: jl $ $Date: 2004-05-18 15:11:57 $
+ * last change: $Author: jl $ $Date: 2004-05-19 09:38:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -980,10 +980,12 @@ javaFrameworkError makeClassPathOption(
OSL_ASSERT(0);
//add the path of the UNO components
+ sBufCP.appendAscii(szSep);
rtl::OUString sComponents =
jfw::retrieveClassPath(
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
"${$PKG_SharedUnoFile:UNO_JAVA_CLASSPATH}")));
+ sBufCP.appendAscii(szSep);
sBufCP.append(sComponents);
sComponents = jfw::retrieveClassPath(
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(