diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-16 07:42:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-16 07:42:11 +0000 |
commit | c5fa3fe9aa89458c646ab7a733bc6688bd25644e (patch) | |
tree | 45310f1351d58d6e650d90c5f2d7111c5d1e5788 /ridljar/source/unoloader/com | |
parent | 2d14eb7cec1d8adebf0b0cc17b4441db2ed2a163 (diff) |
#i10000# merge problem
Diffstat (limited to 'ridljar/source/unoloader/com')
-rw-r--r-- | ridljar/source/unoloader/com/sun/star/lib/unoloader/UnoLoader.java | 6 |
1 files changed, 3 insertions, 3 deletions
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 cb7dffe2d7d8..9f6b28e892a4 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2007-03-14 08:35:06 $ + * last change: $Author: obo $ $Date: 2007-03-16 08:42:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,7 +89,7 @@ public final class UnoLoader { new PrivilegedExceptionAction() { public Object run() throws MalformedURLException { return new UnoClassLoader( - base, UnoLoader.class.getClassLoader()); + base, null, UnoLoader.class.getClassLoader()); } }); } catch (PrivilegedActionException e) { |