coverity#1158283 Uncaught exception
Change-Id: I1e7a5ae62b8623259333cad1984946c93c4f01b8
This commit is contained in:
@@ -3672,7 +3672,9 @@ sal_Bool SAL_CALL SwAccessibleParagraph::removeSelection( sal_Int32 selectionInd
|
||||
}
|
||||
|
||||
sal_Int32 SAL_CALL SwAccessibleParagraph::addSelection( sal_Int32, sal_Int32 startOffset, sal_Int32 endOffset)
|
||||
throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)
|
||||
throw (::com::sun::star::lang::IndexOutOfBoundsException,
|
||||
::com::sun::star::uno::RuntimeException,
|
||||
std::exception)
|
||||
{
|
||||
SolarMutexGuard aGuard;
|
||||
|
||||
|
@@ -419,7 +419,9 @@ public:
|
||||
virtual sal_Bool SAL_CALL removeSelection( sal_Int32 selectionIndex )
|
||||
throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
|
||||
virtual sal_Int32 SAL_CALL addSelection( sal_Int32 selectionIndex, sal_Int32 startOffset, sal_Int32 endOffset)
|
||||
throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
|
||||
throw (::com::sun::star::lang::IndexOutOfBoundsException,
|
||||
::com::sun::star::uno::RuntimeException,
|
||||
std::exception);
|
||||
// XAccessibleExtendedAttributes
|
||||
virtual ::com::sun::star::uno::Any SAL_CALL getExtendedAttributes()
|
||||
throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) ;
|
||||
|
Reference in New Issue
Block a user