diff options
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/web/WWD_Startup.java | 7 |
1 files 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; |