Kaydet (Commit) 8e1dd507 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308533 Uncaught exception

Change-Id: I141ccd478f08baef6bdf1091d1831fd5c2eaf88a
üst 49fb9186
...@@ -649,7 +649,7 @@ OUString ...@@ -649,7 +649,7 @@ OUString
*/ */
OUString OUString
AccessibleDocumentViewBase::CreateAccessibleDescription() AccessibleDocumentViewBase::CreateAccessibleDescription()
throw (::com::sun::star::uno::RuntimeException) throw (::com::sun::star::uno::RuntimeException, std::exception)
{ {
OUString sDescription; OUString sDescription;
......
...@@ -274,7 +274,7 @@ OUString ...@@ -274,7 +274,7 @@ OUString
*/ */
OUString OUString
AccessibleOutlineView::CreateAccessibleDescription() AccessibleOutlineView::CreateAccessibleDescription()
throw (::com::sun::star::uno::RuntimeException) throw (::com::sun::star::uno::RuntimeException, std::exception)
{ {
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
......
...@@ -330,7 +330,7 @@ protected: ...@@ -330,7 +330,7 @@ protected:
*/ */
virtual OUString virtual OUString
CreateAccessibleDescription () CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
/** This method is called when (after) the frame containing this /** This method is called when (after) the frame containing this
document has been activated. Can be used to send FOCUSED state document has been activated. Can be used to send FOCUSED state
......
...@@ -127,7 +127,7 @@ protected: ...@@ -127,7 +127,7 @@ protected:
/// view mode. /// view mode.
virtual OUString virtual OUString
CreateAccessibleDescription () CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private: private:
......
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