diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-25 20:58:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-25 20:58:28 +0200 |
commit | ffe5c9ce94234971a8c2081610842a2542f5cfb8 (patch) | |
tree | 031e4648ae5591d317214ddc6a3c2eb28564754b /offapi | |
parent | 06cf194af710d82e441d9cfcc05ed44cffcb5c41 (diff) |
Fix idl throw part description
Change-Id: I561674db910d60ee6ade230cfc48bee7f37c9107
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/accessibility/XAccessibleText.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl index 6ad8355fca86..5dad20f88f3e 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl @@ -373,7 +373,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface @throws ::com::sun::star::lang::IndexOutOfBoundsException if the index is invalid - @throws ::com::sun::star::lang::InvalidArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException if the given text type is not valid. */ TextSegment getTextAtIndex([in] long nIndex, [in] short nTextType) @@ -412,7 +412,7 @@ interface XAccessibleText : ::com::sun::star::uno::XInterface @throws ::com::sun::star::lang::IndexOutOfBoundsException if the index is invalid. - @throws ::com::sun::star::lang::InvalidArgumentException + @throws ::com::sun::star::lang::IllegalArgumentException if the given text type is not valid. */ TextSegment getTextBeforeIndex([in] long nIndex, [in] short nTextType) |