summaryrefslogtreecommitdiff
path: root/bridges/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 07:37:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 07:37:25 +0000
commit1b38187a7916fc3aefa74930beb94fb85be99957 (patch)
tree4073aa6e73256683ccc53e9939b0ce70cc75130d /bridges/source
parent121a25cb0cba975a34c0dc7f659a8fdbb8f10523 (diff)
INTEGRATION: CWS uno4 (1.4.2); FILE MERGED
2003/05/02 08:25:50 sb 1.4.2.1: #108642# Fixed typo.
Diffstat (limited to 'bridges/source')
-rw-r--r--bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_info_holder.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_info_holder.java b/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_info_holder.java
index 1d41a8c52aff..473580333321 100644
--- a/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_info_holder.java
+++ b/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_info_holder.java
@@ -2,9 +2,9 @@
*
* $RCSfile: JNI_info_holder.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2003-04-23 16:44:06 $
+ * last change: $Author: vg $ $Date: 2003-05-22 08:37:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@ import com.sun.star.lib.util.NativeLibraryLoader;
public final class JNI_info_holder
{
static {
- NativeLibraryLoader.loadLibrary(JNI_proxy.class.getClassLoader(),
+ NativeLibraryLoader.loadLibrary(JNI_info_holder.class.getClassLoader(),
"java_uno");
}