summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-05 09:18:03 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-05 09:18:03 +0000
commit10089a9f184e81160a88a4a963b1733e1057cc30 (patch)
tree8a7c4d77b963037aa3b85a754009350507f9ab93 /wizards
parente4efdbb7bf0d6f20193644893593ae326c600b91 (diff)
INTEGRATION: CWS qwizardsbfooo20 (1.5.32); FILE MERGED
2005/06/13 11:09:52 bc 1.5.32.1: #i41296#jdk13 incompatible methods removed
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/ui/ImageList.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ImageList.java b/wizards/com/sun/star/wizards/ui/ImageList.java
index bad1db8452e6..c93b3d7ea896 100644
--- a/wizards/com/sun/star/wizards/ui/ImageList.java
+++ b/wizards/com/sun/star/wizards/ui/ImageList.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ImageList.java,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-03-18 16:25:28 $
+ * last change: $Author: obo $ $Date: 2005-07-05 10:18:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,9 +66,12 @@ import com.sun.star.wizards.common.Renderer;
import com.sun.star.wizards.ui.event.*;
import java.awt.ItemSelectable;
-import java.awt.SystemColor;
import java.awt.event.ItemListener;
+//import com.sun.star.awt.ItemEvent;
+//import com.sun.star.awt.XItemListener;
+
+
import javax.swing.ListModel;
import javax.swing.event.ListDataEvent;
import javax.swing.event.ListDataListener;