summaryrefslogtreecommitdiff
path: root/jvmfwk/inc
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2004-05-04 07:43:42 +0000
committerJoachim Lingner <jl@openoffice.org>2004-05-04 07:43:42 +0000
commit1d0171dd533c45b1073e5f7eabe9f040dddbb007 (patch)
treee44572154b7740c01948143611711bac123e8293 /jvmfwk/inc
parent0ec1aec72c97acb11e4c8f51ca6614764bf911ba (diff)
#i20052#
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r--jvmfwk/inc/jvmfwk/framework.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/jvmfwk/inc/jvmfwk/framework.h b/jvmfwk/inc/jvmfwk/framework.h
index 5f6097c317f6..bd20b541aa61 100644
--- a/jvmfwk/inc/jvmfwk/framework.h
+++ b/jvmfwk/inc/jvmfwk/framework.h
@@ -2,9 +2,9 @@
*
* $RCSfile: framework.h,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jl $ $Date: 2004-04-26 11:20:33 $
+ * last change: $Author: jl $ $Date: 2004-05-04 08:43:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -449,8 +449,9 @@ javaFrameworkError SAL_CALL jfw_setSelectedJRE(JavaInfo const *pInfo);
/** provides information about the JRE that is to be used.
-
<p>
+ If no JRE is currently selected then <code>ppInfo</code> will contain
+ NULL on return.</br>
If the value of the element <updated> in the javavendors.xml file was
changed since the time when the last Java was selected then this
function returns <code>JFW_E_INVALID_SETTINGS</code>. This could happen during
@@ -470,8 +471,6 @@ javaFrameworkError SAL_CALL jfw_setSelectedJRE(JavaInfo const *pInfo);
the internally used data store. <br/>
JFW_E_FORMAT_STORE the internally used data store has not the
expected format<br/>
-
- JFW_E_NO_SELECT there is no Java selected yet.<br/>
JFW_E_INVALID_SETTINGS the javavendors.xml has been changed and no
JRE has been selected afterwards. <br/>
*/