summaryrefslogtreecommitdiff
path: root/jvmfwk/source/framework.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2004-04-26 13:47:39 +0000
committerJoachim Lingner <jl@openoffice.org>2004-04-26 13:47:39 +0000
commit052f4cf6e4dc35c31d9b736d2b71be1279b2a2bf (patch)
tree2b01be750e9d3cdab00646eeadff417ea0a4b722 /jvmfwk/source/framework.cxx
parenta7f82d63711573e720f586b2d3e183543446f18e (diff)
#i20052# user/config/javasettings.xml is now platform dependent
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 12a0f7835a06..8dfcaa6f0df2 100644
--- a/jvmfwk/source/framework.cxx
+++ b/jvmfwk/source/framework.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: framework.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jl $ $Date: 2004-04-26 12:46:47 $
+ * last change: $Author: jl $ $Date: 2004-04-26 14:47:39 $
*
* 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();