summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-11-19 17:21:29 +0000
committerJoachim Lingner <jl@openoffice.org>2001-11-19 17:21:29 +0000
commit8ec371df9d483f4b18a21f982fa57c3ab0a5ef78 (patch)
treec6f60ba8ff11de9387079956634b1d266059c7b7 /sj2
parent83c8b272f5221d92aa34073850bb52d123541a70 (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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sj2/source/jscpp/sjapplet.cxx b/sj2/source/jscpp/sjapplet.cxx
index c80d5b253f..95f65b352d 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;