diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-12-16 10:42:26 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-12-16 10:42:26 +0000 |
commit | 677762cde3cd9a08a4bd6de4193420ea65869afc (patch) | |
tree | 7192fa601fa1d5afb4e755dce8e50ab8bcf4ebd3 /sandbox | |
parent | 9e02713aed37043e44a790592c76895650a1f5c7 (diff) |
INTEGRATION: CWS jl15 (1.1.1.1.132); FILE MERGED
2004/11/30 16:57:33 jl 1.1.1.1.132.1: #i38153# remove unused imports of sun.* classes
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/com/sun/star/lib/sandbox/JarInputStream.java | 6 | ||||
-rw-r--r-- | sandbox/com/sun/star/lib/sandbox/Resource.java | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/JarInputStream.java b/sandbox/com/sun/star/lib/sandbox/JarInputStream.java index de4878ac9108..cbff87f559fd 100644 --- a/sandbox/com/sun/star/lib/sandbox/JarInputStream.java +++ b/sandbox/com/sun/star/lib/sandbox/JarInputStream.java @@ -2,9 +2,9 @@ * * $RCSfile: JarInputStream.java,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:24:28 $ + * last change: $Author: kz $ $Date: 2004-12-16 11:42:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,8 +69,6 @@ import java.util.Hashtable; import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; -import sun.tools.jar.JarVerifierStream; -import sun.tools.jar.JarException; class JarInputStream { // JarVerifierStream jvs = null; diff --git a/sandbox/com/sun/star/lib/sandbox/Resource.java b/sandbox/com/sun/star/lib/sandbox/Resource.java index 03cc864e4d22..dee523760bb4 100644 --- a/sandbox/com/sun/star/lib/sandbox/Resource.java +++ b/sandbox/com/sun/star/lib/sandbox/Resource.java @@ -2,9 +2,9 @@ * * $RCSfile: Resource.java,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:24:28 $ + * last change: $Author: kz $ $Date: 2004-12-16 11:42:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,6 @@ import java.io.InputStream; import java.io.IOException; import java.net.URL; -import sun.applet.AppletAudioClip; public interface Resource { public ProtectionDomain getProtectionDomain(); |