summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2004-05-19 08:38:08 +0000
committerJoachim Lingner <jl@openoffice.org>2004-05-19 08:38:08 +0000
commit6b9adb2fc619eb280d0f94cd22d2918e1782d3ac (patch)
tree262933a4f44a8eeca82877a273f871ff4a5a4a2b /jvmfwk
parent3472be3b1a99c029a7954eaf5a9d61095ac3a7b2 (diff)
#i20052#
Diffstat (limited to 'jvmfwk')
-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(