summaryrefslogtreecommitdiff
path: root/javaunohelper/com/sun/star/comp
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/com/sun/star/comp')
-rw-r--r--javaunohelper/com/sun/star/comp/helper/UnoInfo.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/UnoInfo.java b/javaunohelper/com/sun/star/comp/helper/UnoInfo.java
index c26dda1b9927..67a359473c75 100644
--- a/javaunohelper/com/sun/star/comp/helper/UnoInfo.java
+++ b/javaunohelper/com/sun/star/comp/helper/UnoInfo.java
@@ -90,7 +90,8 @@ public final class UnoInfo {
String[] jarFileNames = new String[] {
"jurt.jar",
"ridl.jar",
- "juh.jar" };
+ "juh.jar",
+ "unoil.jar" };
return getURLs( jarFileNames );
}