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 | 9c74219ff3a0b331c406633188855a2c1a8a81a3 (patch) | |
tree | 0b1d8651d5aa81d1b35421af35202a1e0a94d06a /javaunohelper | |
parent | 04407e23be8f87299c3a5ebb40388738a784f2f9 (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 a7dddb74e66f..a24229ec6538 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]; } } |