summaryrefslogtreecommitdiff
path: root/jvmfwk/source/framework.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2004-04-26 11:46:47 +0000
committerJoachim Lingner <jl@openoffice.org>2004-04-26 11:46:47 +0000
commita7f82d63711573e720f586b2d3e183543446f18e (patch)
tree86718ebc09f396d45b0574d55dd85e7a2906fe3d /jvmfwk/source/framework.cxx
parentcab7aaaaae495c38c2b21ad26e7530c56aea8682 (diff)
#i20052#
Diffstat (limited to 'jvmfwk/source/framework.cxx')
-rw-r--r--jvmfwk/source/framework.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx
index 67e4231011c5..12a0f7835a06 100644
--- a/jvmfwk/source/framework.cxx
+++ b/jvmfwk/source/framework.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: framework.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jl $ $Date: 2004-04-26 11:20:33 $
+ * last change: $Author: jl $ $Date: 2004-04-26 12:46:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,8 +131,8 @@ javaFrameworkError SAL_CALL jfw_findAllJREs(JavaInfo ***pparInfo, sal_Int32 *pSi
//added manually
jfw::CNodeJava node;
errcode = node.loadFromSettings();
- if (errcode != JFW_E_NONE)
- return errcode;
+// if (errcode != JFW_E_NONE)
+// return errcode;
const std::vector<rtl::OString>& vecJRELocations =
node.getJRELocations();