Kaydet (Commit) 2db20a6d authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1158387 Uncaught exception

Change-Id: I8a058e4f5ef988f527c266926dcb7c1fd7d66a40
üst 13905ab5
...@@ -233,7 +233,8 @@ public: ...@@ -233,7 +233,8 @@ public:
// XSelectionSupplier // XSelectionSupplier
virtual sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& aSelection ) virtual sal_Bool SAL_CALL select( const ::com::sun::star::uno::Any& aSelection )
throw(::com::sun::star::lang::IllegalArgumentException, throw(::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::uno::RuntimeException); ::com::sun::star::uno::RuntimeException,
std::exception);
virtual ::com::sun::star::uno::Any SAL_CALL getSelection() virtual ::com::sun::star::uno::Any SAL_CALL getSelection()
throw(::com::sun::star::uno::RuntimeException); throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL addSelectionChangeListener( const ::com::sun::star::uno::Reference< virtual void SAL_CALL addSelectionChangeListener( const ::com::sun::star::uno::Reference<
......
...@@ -695,7 +695,8 @@ static void lcl_ShowObject( ScTabViewShell& rViewSh, ScDrawView& rDrawView, SdrO ...@@ -695,7 +695,8 @@ static void lcl_ShowObject( ScTabViewShell& rViewSh, ScDrawView& rDrawView, SdrO
} }
sal_Bool SAL_CALL ScTabViewObj::select( const uno::Any& aSelection ) sal_Bool SAL_CALL ScTabViewObj::select( const uno::Any& aSelection )
throw(lang::IllegalArgumentException, uno::RuntimeException) throw(lang::IllegalArgumentException, uno::RuntimeException,
std::exception)
{ {
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
ScTabViewShell* pViewSh = GetViewShell(); ScTabViewShell* pViewSh = GetViewShell();
......
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