diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:54:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:54:45 +0000 |
commit | 7bdbbf998eaab4872355737dbb0ea4b4fec800f0 (patch) | |
tree | e054976bcdedf623c88005988ed2ee018b26dd29 /javaunohelper/source | |
parent | d9a789422058afef5d5a6653dc26aa8459c54af5 (diff) |
INTEGRATION: CWS warnings01 (1.8.8); FILE MERGED
2006/01/25 19:57:46 sb 1.8.8.3: RESYNC: (1.9-1.10); FILE MERGED
2005/09/23 02:50:24 sb 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED
2005/09/09 12:44:16 sb 1.8.8.1: #i53898# Made code warning-free.
Diffstat (limited to 'javaunohelper/source')
-rw-r--r-- | javaunohelper/source/bootstrap.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/javaunohelper/source/bootstrap.cxx b/javaunohelper/source/bootstrap.cxx index 955cc922858a..71b024d409dd 100644 --- a/javaunohelper/source/bootstrap.cxx +++ b/javaunohelper/source/bootstrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2006-01-03 12:42:13 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:54:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ inline ::rtl::OUString jstring_to_oustring( jstring jstr, JNIEnv * jni_env ) //================================================================================================== extern "C" JNIEXPORT jobject JNICALL Java_com_sun_star_comp_helper_Bootstrap_cppuhelper_1bootstrap( - JNIEnv * jni_env, jclass jClass, jstring juno_rc, jobjectArray jpairs, + JNIEnv * jni_env, jclass, jstring juno_rc, jobjectArray jpairs, jobject loader ) { try |