diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-09 12:13:56 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-09 12:13:56 +0000 |
commit | 802301d3d29f13917b4d62f5548b5e91ac2beac3 (patch) | |
tree | b7cff5cdadb10d0d9f81419a22c3da9257a7662d /javaunohelper | |
parent | a0a09d393bdd3969ef39cfe239779a680609d8a8 (diff) |
INTEGRATION: CWS sb87 (1.7.6); FILE MERGED
2008/05/07 11:35:25 sb 1.7.6.1: #i88687# URE code cannot know OOo data (unoil.jar)
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/com/sun/star/comp/helper/UnoInfo.java | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/UnoInfo.java b/javaunohelper/com/sun/star/comp/helper/UnoInfo.java index 388282b32..bf89e47a2 100644 --- a/javaunohelper/com/sun/star/comp/helper/UnoInfo.java +++ b/javaunohelper/com/sun/star/comp/helper/UnoInfo.java @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: UnoInfo.java,v $ - * $Revision: 1.7 $ + * $Revision: 1.8 $ * * This file is part of OpenOffice.org. * @@ -101,7 +101,6 @@ public final class UnoInfo { String[] jarFileNames = new String[] { "jurt.jar", - "unoil.jar", "ridl.jar", "juh.jar" }; @@ -114,10 +113,6 @@ public final class UnoInfo { * @return the extra UNO types */ public static URL[] getExtraTypes() { - - String[] jarFileNames = new String[] { - "unoil.jar" }; - - return getURLs( jarFileNames ); + return new URL[0]; } } |