summaryrefslogtreecommitdiff
path: root/wizards/com
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com')
-rw-r--r--wizards/com/sun/star/wizards/ui/event/AbstractListener.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
index 0a2058379ddf..690d51f4087b 100644
--- a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
+++ b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
@@ -30,13 +30,13 @@ import java.util.HashMap;
* This class is a base class for listener classes.
* It uses a hashtable to map between a ComponentName, EventName and a MethodInvokation Object.
* To use this class do the following:<br/>
- * <list>
+ * <ul>
* <li>Write a subclass which implements the needed Listener(s).</li>
* in the even methods, use invoke(...).
* <li>When instanciating the component, register the subclass as the event listener.</li>
* <li>Write the methods which should be performed when the event occurs.</li>
* <li>call the "add" method, to define a component-event-action mapping.</li>
- * </list>
+ * </ul>
*/
public class AbstractListener
{