diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-05 09:19:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-05 09:19:16 +0000 |
commit | a156d9240eee16e49125e26a28a3d704c6fd20cb (patch) | |
tree | 3e84749c6f5406be42a06f7d33dc92abcb3dc331 /wizards | |
parent | c60ce712225d61573893b115a16143245641933f (diff) |
INTEGRATION: CWS qwizardsbfooo20 (1.6.14); FILE MERGED
2005/06/13 11:09:53 bc 1.6.14.1: #i41296#jdk13 incompatible methods removed
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; |