summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/XAccessibleAction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/XAccessibleAction.idl')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleAction.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleAction.idl b/offapi/com/sun/star/accessibility/XAccessibleAction.idl
index bb88415901c7..fe328b95b885 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleAction.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleAction.idl
@@ -62,7 +62,7 @@ interface XAccessibleAction : ::com::sun::star::uno::XInterface
@throws IndexOutOfBoundsException
If no action with the given index exists then an
- <type scope="::com::sun::star::lang">IndexOutOfBoundsException</type>
+ ::com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
*/
boolean doAccessibleAction ([in] long nIndex)
@@ -80,7 +80,7 @@ interface XAccessibleAction : ::com::sun::star::uno::XInterface
@throws IndexOutOfBoundsException
If the given index lies not in the valid range then an
- <type scope="::com::sun::star::lang">IndexOutOfBoundsException</type>
+ ::com::sun::star::lang::IndexOutOfBoundsException
exception is thrown.
*/
string getAccessibleActionDescription ([in] long nIndex)