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)
This commit is contained in:
Rüdiger Timm
2008-06-09 12:13:56 +00:00
parent 04407e23be
commit 9c74219ff3

View File

@@ -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];
}
}