diff options
author | Joachim Lingner <jl@openoffice.org> | 2004-04-21 11:16:19 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2004-04-21 11:16:19 +0000 |
commit | be59afb184a9b5595647f43a70d258f12dbb3e7e (patch) | |
tree | 95b9eb99cbd85107323e9508ca0c9f598c99029b /jvmfwk/inc | |
parent | e61aa88e3dffcff717e7683cf18727701fcbb360 (diff) |
#i20052#
Diffstat (limited to 'jvmfwk/inc')
-rw-r--r-- | jvmfwk/inc/jvmfwk/framework.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/jvmfwk/inc/jvmfwk/framework.h b/jvmfwk/inc/jvmfwk/framework.h index 4255cc12b0ba..aa91a172cf5a 100644 --- a/jvmfwk/inc/jvmfwk/framework.h +++ b/jvmfwk/inc/jvmfwk/framework.h @@ -2,9 +2,9 @@ * * $RCSfile: framework.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jl $ $Date: 2004-04-21 09:30:34 $ + * last change: $Author: jl $ $Date: 2004-04-21 12:16:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,6 +113,11 @@ typedef struct _JavaInfo JavaInfo; */ void SAL_CALL jfw_freeJavaInfo(JavaInfo *pInfo); +/** + Both arguments must me valid JavaInfo*. + */ +sal_Bool SAL_CALL jfw_areEqualJavaInfo( + JavaInfo const * pInfoA,JavaInfo const * pInfoB); /** When a Java is already running and a user changes the Java configuration in the options dialog then the user must be informed that the new settings come into effect after re-starting the office. The options dialog |