From 7bdbbf998eaab4872355737dbb0ea4b4fec800f0 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 20:54:45 +0000 Subject: 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. --- javaunohelper/source/bootstrap.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'javaunohelper/source') 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 -- cgit