From fb2e4302de0ddc43c4cdc04264ef9096832abfe2 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 16 Dec 2004 10:42:40 +0000 Subject: 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 --- sandbox/com/sun/star/lib/sandbox/ResourceProxy.java | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sandbox') 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; -- cgit