Kaydet (Commit) 91853c82 authored tarafından rbuj's avatar rbuj Kaydeden (comit) Thomas Arnhold

toolkit: fix javadoc errors

Change-Id: I6d2268786d22f967be2d5e0dbcda14a074af4475
Reviewed-on: https://gerrit.libreoffice.org/11248Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst 68e7bb88
......@@ -37,15 +37,15 @@ import com.sun.star.uno.UnoRuntime;
* <ul>
* <li><code> addAccessibleEventListener()</code></li>
* <li><code> removeAccessibleEventListener()</code></li>
* </ul> <p>
* </ul>
*
* This test needs the following object relations :
* <p>This test needs the following object relations :</p>
* <ul>
* <li> <code>'EventProducer'</code> (of type
* <code>ifc.accessibility._XAccessibleEventBroadcaster.EventProducer</code>):
* this must be an implementation of the interface which could perform
* some actions for generating any kind of <code>AccessibleEvent</code></li>
* <ul> <p>
* </ul>
*
* @see com.sun.star.accessibility.XAccessibleEventBroadcaster
*/
......
......@@ -50,8 +50,8 @@ import com.sun.star.uno.UnoRuntime;
* <li><code> getTextBeforeIndex()</code></li>
* <li><code> getTextBehindIndex()</code></li>
* <li><code> copyText()</code></li>
* </ul> <p>
* This test needs the following object relations :
* </ul>
* <p>This test needs the following object relations :</p>
* <ul>
* <li> <code>'XAccessibleText.Text'</code> (of type <code>String</code>)
* <b> optional </b> :
......@@ -59,7 +59,7 @@ import com.sun.star.uno.UnoRuntime;
* is not specified, then text from method <code>getText()</code>
* is used.
* </li>
* </ul> <p>
* </ul>
* @see com.sun.star.accessibility.XAccessibleText
*/
public class _XAccessibleText {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment