Kaydet (Commit) 99de5f60 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308566 Uncaught exception

Change-Id: Ib7678784dc822bc84eee0c522c1b2df5de6d6713
üst 565e135b
...@@ -874,7 +874,8 @@ bool SwAccessibleParagraph::GetTextBoundary( ...@@ -874,7 +874,8 @@ bool SwAccessibleParagraph::GetTextBoundary(
throw ( throw (
lang::IndexOutOfBoundsException, lang::IndexOutOfBoundsException,
lang::IllegalArgumentException, lang::IllegalArgumentException,
uno::RuntimeException) uno::RuntimeException,
std::exception)
{ {
// error checking // error checking
if( !( AccessibleTextType::LINE == nTextType if( !( AccessibleTextType::LINE == nTextType
......
...@@ -233,7 +233,8 @@ protected: ...@@ -233,7 +233,8 @@ protected:
throw ( throw (
::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::uno::RuntimeException); ::com::sun::star::uno::RuntimeException,
std::exception);
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew) SAL_OVERRIDE; virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew) SAL_OVERRIDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment