diff options
author | Joachim Lingner <jl@openoffice.org> | 2002-03-21 11:16:02 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2002-03-21 11:16:02 +0000 |
commit | bfb8369538bb243f5b021dcd02ff28474818a847 (patch) | |
tree | 40d2729975290f1393d6825de23bee2b35c5b9e1 /sj2 | |
parent | c665924fa40544f4f44cba19214bfba887016cd0 (diff) |
#97245#
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/source/jscpp/sjapplet_impl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sj2/source/jscpp/sjapplet_impl.cxx b/sj2/source/jscpp/sjapplet_impl.cxx index 127545c29a55..f9777f9e9313 100644 --- a/sj2/source/jscpp/sjapplet_impl.cxx +++ b/sj2/source/jscpp/sjapplet_impl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sjapplet_impl.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: cp $ $Date: 2002-01-20 20:07:28 $ + * last change: $Author: jl $ $Date: 2002-03-21 12:16:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,7 +133,7 @@ EmbeddedWindow::EmbeddedWindow(JNIEnv * pEnv, SystemEnvData const * pEnvData) th pEnv->CallStaticObjectMethod(jcToolkit, jmToolkit_getDefaultToolkit); testJavaException(pEnv); jclass jcMotifAppletViewer = pEnv->FindClass( - "sun/plugin/navig/motif/MotifAppletViewer"); testJavaException(pEnv); + "sun/plugin/navig/motif/MotifAppletViewer"); if(pEnv->ExceptionOccurred()) { pEnv->ExceptionClear(); |