offapi/com/sun/star/accessibility/XAccessibleText.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ffe5c9ce94234971a8c2081610842a2542f5cfb8 Author: Julien Nabet <serval2...@yahoo.fr> Date: Tue Jun 25 20:58:28 2013 +0200 Fix idl throw part description Change-Id: I561674db910d60ee6ade230cfc48bee7f37c9107 diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl index 6ad8355..5dad20f 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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits