summaryrefslogtreecommitdiff
path: root/sj2/source/jscpp/sjapplet_impl.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-03-21 11:16:02 +0000
committerJoachim Lingner <jl@openoffice.org>2002-03-21 11:16:02 +0000
commitb63e1a496706d790930471b04bd642213f67d9b8 (patch)
treea29b8493d939464cd1d56f76e051633f610dd17a /sj2/source/jscpp/sjapplet_impl.cxx
parentfaa57aaac844a9594ac673a1d2cbc1cc06647158 (diff)
#97245#
Diffstat (limited to 'sj2/source/jscpp/sjapplet_impl.cxx')
-rw-r--r--sj2/source/jscpp/sjapplet_impl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sj2/source/jscpp/sjapplet_impl.cxx b/sj2/source/jscpp/sjapplet_impl.cxx
index 9259b643af..e6e0c38db0 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();