summaryrefslogtreecommitdiff
path: root/javaunohelper/com/sun/star/comp/helper/UnoInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'javaunohelper/com/sun/star/comp/helper/UnoInfo.java')
-rw-r--r--javaunohelper/com/sun/star/comp/helper/UnoInfo.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/UnoInfo.java b/javaunohelper/com/sun/star/comp/helper/UnoInfo.java
index d528f433ba59..896974b9e301 100644
--- a/javaunohelper/com/sun/star/comp/helper/UnoInfo.java
+++ b/javaunohelper/com/sun/star/comp/helper/UnoInfo.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -33,7 +33,7 @@ import java.net.URLClassLoader;
/**
* UnoInfo offers functionality to obtain the UNO jar files.
- */
+ */
public final class UnoInfo {
/**
@@ -45,7 +45,7 @@ public final class UnoInfo {
* Gets the URL base.
*
* @return the URL base
- */
+ */
private static String getBase() {
final String JUHJAR = "/juh.jar";
@@ -103,7 +103,7 @@ public final class UnoInfo {
return getURLs( jarFileNames );
}
-
+
/**
* Gets the extra UNO types.
*