summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-16 10:42:26 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-16 10:42:26 +0000
commit7be83d5a1d93065c000459aa79ef5f8ab3cd9406 (patch)
tree4d4e3f5744d16b5e8199085ba2b5b9b604ea4fcb /sandbox
parent01264704b72e12f741d99735badc7c326bd0f3f8 (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.java6
-rw-r--r--sandbox/com/sun/star/lib/sandbox/Resource.java5
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 a220739ad8..46dbff7433 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 03cc864e4d..dee523760b 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();