diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-11-19 17:21:29 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-11-19 17:21:29 +0000 |
commit | 84c37b0741b9411b982fbeaffa13412cad16bf89 (patch) | |
tree | 1431e6782c70089e10dda114758ce581739d1c68 /sj2 | |
parent | 59c7b433acfd69bba9c9abed0127fb05b6a38fd3 (diff) |
#75148# JavaVM was not correctly created, removed dbg message that SjApplet2::settingsChanged is not implemented
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/source/jscpp/sjapplet.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sj2/source/jscpp/sjapplet.cxx b/sj2/source/jscpp/sjapplet.cxx index e8a2638a25ef..da6390bac3f7 100644 --- a/sj2/source/jscpp/sjapplet.cxx +++ b/sj2/source/jscpp/sjapplet.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sjapplet.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jl $ $Date: 2001-11-01 13:31:52 $ + * last change: $Author: jl $ $Date: 2001-11-19 18:21:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -403,12 +403,12 @@ void SjApplet2::settingsChanged(void) Sequence<sal_Int8> processID(16); rtl_getGlobalProcessId((sal_uInt8 *)processID.getArray()); - JavaVM * pJVM = (JavaVM *)xJavaVM->getJavaVM(processID).getValue(); + JavaVM * pJVM = *(JavaVM **)xJavaVM->getJavaVM(processID).getValue(); TKTThreadAttach jenv(pJVM, xJavaThreadRegister_11.get()); if( jenv.pEnv) { - DBG_ERROR( "SjApplet2::settingsChanged not implemented" ); +// DBG_ERROR( "SjApplet2::settingsChanged not implemented" ); #ifdef _OLD_FEATURE SjINetSettings aINetSettings; |