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; ...@@ -37,15 +37,15 @@ import com.sun.star.uno.UnoRuntime;
* <ul> * <ul>
* <li><code> addAccessibleEventListener()</code></li> * <li><code> addAccessibleEventListener()</code></li>
* <li><code> removeAccessibleEventListener()</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> * <ul>
* <li> <code>'EventProducer'</code> (of type * <li> <code>'EventProducer'</code> (of type
* <code>ifc.accessibility._XAccessibleEventBroadcaster.EventProducer</code>): * <code>ifc.accessibility._XAccessibleEventBroadcaster.EventProducer</code>):
* this must be an implementation of the interface which could perform * this must be an implementation of the interface which could perform
* some actions for generating any kind of <code>AccessibleEvent</code></li> * some actions for generating any kind of <code>AccessibleEvent</code></li>
* <ul> <p> * </ul>
* *
* @see com.sun.star.accessibility.XAccessibleEventBroadcaster * @see com.sun.star.accessibility.XAccessibleEventBroadcaster
*/ */
......
...@@ -50,8 +50,8 @@ import com.sun.star.uno.UnoRuntime; ...@@ -50,8 +50,8 @@ import com.sun.star.uno.UnoRuntime;
* <li><code> getTextBeforeIndex()</code></li> * <li><code> getTextBeforeIndex()</code></li>
* <li><code> getTextBehindIndex()</code></li> * <li><code> getTextBehindIndex()</code></li>
* <li><code> copyText()</code></li> * <li><code> copyText()</code></li>
* </ul> <p> * </ul>
* This test needs the following object relations : * <p>This test needs the following object relations :</p>
* <ul> * <ul>
* <li> <code>'XAccessibleText.Text'</code> (of type <code>String</code>) * <li> <code>'XAccessibleText.Text'</code> (of type <code>String</code>)
* <b> optional </b> : * <b> optional </b> :
...@@ -59,7 +59,7 @@ import com.sun.star.uno.UnoRuntime; ...@@ -59,7 +59,7 @@ import com.sun.star.uno.UnoRuntime;
* is not specified, then text from method <code>getText()</code> * is not specified, then text from method <code>getText()</code>
* is used. * is used.
* </li> * </li>
* </ul> <p> * </ul>
* @see com.sun.star.accessibility.XAccessibleText * @see com.sun.star.accessibility.XAccessibleText
*/ */
public class _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