summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-16 10:42:40 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-16 10:42:40 +0000
commitd01270f69b1a29625be3108f5adeec7894d5b621 (patch)
tree7916ed020b6649233f3d4abf68c096c4724c81e0 /sandbox
parent7be83d5a1d93065c000459aa79ef5f8ab3cd9406 (diff)
INTEGRATION: CWS jl15 (1.3.108); FILE MERGED
2004/11/30 16:57:33 jl 1.3.108.1: #i38153# remove unused imports of sun.* classes
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/com/sun/star/lib/sandbox/ResourceProxy.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/ResourceProxy.java b/sandbox/com/sun/star/lib/sandbox/ResourceProxy.java
index 8962868306..283bb6c294 100644
--- a/sandbox/com/sun/star/lib/sandbox/ResourceProxy.java
+++ b/sandbox/com/sun/star/lib/sandbox/ResourceProxy.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ResourceProxy.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kr $ $Date: 2001-11-01 14:51:52 $
+ * last change: $Author: kz $ $Date: 2004-12-16 11:42:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,9 +77,6 @@ import java.net.MalformedURLException;
import java.util.Enumeration;
import java.util.Vector;
-import sun.awt.image.URLImageSource;
-import sun.applet.AppletAudioClip;
-
public class ResourceProxy implements Resource, Cachable {
private static final boolean DEBUG = false;
private static int instances;