From be59afb184a9b5595647f43a70d258f12dbb3e7e Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Wed, 21 Apr 2004 11:16:19 +0000 Subject: #i20052# --- jvmfwk/inc/jvmfwk/framework.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'jvmfwk/inc') 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 -- cgit