From a156d9240eee16e49125e26a28a3d704c6fd20cb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 5 Jul 2005 09:19:16 +0000 Subject: INTEGRATION: CWS qwizardsbfooo20 (1.6.14); FILE MERGED 2005/06/13 11:09:53 bc 1.6.14.1: #i41296#jdk13 incompatible methods removed --- wizards/com/sun/star/wizards/web/WWD_Startup.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wizards/com/sun/star/wizards/web/WWD_Startup.java b/wizards/com/sun/star/wizards/web/WWD_Startup.java index d35f61a75252..2696db66d7f7 100644 --- a/wizards/com/sun/star/wizards/web/WWD_Startup.java +++ b/wizards/com/sun/star/wizards/web/WWD_Startup.java @@ -2,9 +2,9 @@ * * $RCSfile: WWD_Startup.java,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2005-04-29 08:08:11 $ + * last change: $Author: obo $ $Date: 2005-07-05 10:19:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,9 @@ */ package com.sun.star.wizards.web; +//import com.sun.star.awt.ItemEvent; +//import com.sun.star.awt.XItemListener; + import java.awt.event.ItemEvent; import java.awt.event.ItemListener; import java.io.FileNotFoundException; -- cgit