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
commitfb2e4302de0ddc43c4cdc04264ef9096832abfe2 (patch)
treeeb49a1cf5037ea4412ff1c674664719de2ba6417 /sandbox
parent677762cde3cd9a08a4bd6de4193420ea65869afc (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 f9f81e09da3f..ffee71097263 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;