[Libreoffice-commits] core.git: offapi/com

Julien Nabet serval2412 at yahoo.fr
Tue Jun 25 11:59:06 PDT 2013


 offapi/com/sun/star/accessibility/XAccessibleText.idl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ffe5c9ce94234971a8c2081610842a2542f5cfb8
Author: Julien Nabet <serval2412 at 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)


More information about the Libreoffice-commits mailing list