From 9d9493cef6a850ddd3c9e49cf1482e712fefba01 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 12 Mar 2007 09:48:53 +0000 Subject: INTEGRATION: CWS sb36 (1.2.4); FILE MERGED 2006/03/13 10:38:15 sb 1.2.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/22 04:13:21 sb 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/11 13:24:40 sb 1.2.4.1: #i51803# Changed parameters of UnoClassLoader ctor, to specifiy a per-UnoClassLoader classpath. --- .../source/unoloader/com/sun/star/lib/unoloader/UnoLoader.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ridljar') diff --git a/ridljar/source/unoloader/com/sun/star/lib/unoloader/UnoLoader.java b/ridljar/source/unoloader/com/sun/star/lib/unoloader/UnoLoader.java index ced9b580faec..d1edcd9c803c 100644 --- a/ridljar/source/unoloader/com/sun/star/lib/unoloader/UnoLoader.java +++ b/ridljar/source/unoloader/com/sun/star/lib/unoloader/UnoLoader.java @@ -4,9 +4,9 @@ * * $RCSfile: UnoLoader.java,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-01-20 10:10:39 $ + * last change: $Author: obo $ $Date: 2007-03-12 10:48:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,8 +79,8 @@ public final class UnoLoader { throws IOException, ClassNotFoundException, NoSuchMethodException, InvocationTargetException { - new UnoClassLoader(base, UnoLoader.class.getClassLoader()).execute( - jar, arguments); + new UnoClassLoader(base, null, UnoLoader.class.getClassLoader()). + execute(jar, arguments); } private UnoLoader() {} -- cgit