summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-20 08:49:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-20 08:49:27 +0000
commitacf6f9ea564c64900d2c91512baefdac2c3781d9 (patch)
tree62f4a83c9d6e48c95c126881c7d625bb497cfc8b /offapi/com/sun/star/accessibility
parentdca149ddffacc46145b505fec51a30f0db467589 (diff)
INTEGRATION: CWS uaa05 (1.3.16); FILE MERGED
2003/06/12 14:50:08 af 1.3.16.1: #109196# Fixed autodoc syntax.
Diffstat (limited to 'offapi/com/sun/star/accessibility')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleAction.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleAction.idl b/offapi/com/sun/star/accessibility/XAccessibleAction.idl
index 40d6eba997b8..a90b7010b169 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleAction.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleAction.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAccessibleAction.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 10:56:24 $
+ * last change: $Author: vg $ $Date: 2003-06-20 09:49:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,8 @@ interface XAccessibleAction : ::com::sun::star::uno::XInterface
@throws IndexOutOfBoundsException
If no action with the given index exists then an
- <type>IndexOutOfBoundsException</type> exception is thrown.
+ <type scope="::com::sun::star::lang">IndexOutOfBoundsException</type>
+ exception is thrown.
*/
boolean doAccessibleAction ([in] long nIndex)
raises (::com::sun::star::lang::IndexOutOfBoundsException);
@@ -125,7 +126,8 @@ interface XAccessibleAction : ::com::sun::star::uno::XInterface
@throws IndexOutOfBoundsException
If the given index lies not in the valid range then an
- <type>IndexOutOfBoundsException</type> exception is thrown.
+ <type scope="::com::sun::star::lang">IndexOutOfBoundsException</type>
+ exception is thrown.
*/
string getAccessibleActionDescription ([in] long nIndex)
raises (::com::sun::star::lang::IndexOutOfBoundsException);