[Libreoffice-commits] core.git: wizards/com
rbuj
robert.buj at gmail.com
Tue Sep 2 00:07:28 PDT 2014
wizards/com/sun/star/wizards/ui/event/AbstractListener.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ee82777c743cec8943312229ee4ef1c59328e059
Author: rbuj <robert.buj at gmail.com>
Date: Mon Sep 1 17:53:50 2014 +0200
wizards: fix javadoc error: text not allowed in <ul> element
Change-Id: Ic50f9618c2649fe3e0fbbf2db6a09ea2e1d4c810
Reviewed-on: https://gerrit.libreoffice.org/11239
Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
index 690d51f..2ebbb67 100644
--- a/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
+++ b/wizards/com/sun/star/wizards/ui/event/AbstractListener.java
@@ -32,8 +32,8 @@ import java.util.HashMap;
* To use this class do the following:<br/>
* <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>In the even methods, use invoke(...).</li>
+ * <li>When instantiating 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>
* </ul>
More information about the Libreoffice-commits
mailing list