coverity#706260 Uncaught exception

Change-Id: Ieef198f6aab05928bf3b77097466eb7ac728481f
This commit is contained in:
Caolán McNamara
2014-05-28 12:32:48 +01:00
parent 3d046b753d
commit c4415f16fb
2 changed files with 4 additions and 4 deletions

View File

@@ -215,7 +215,8 @@ public:
// ::com::sun::star::view::XSelectionSupplier (optional interface)
virtual sal_Bool SAL_CALL
select( const ::com::sun::star::uno::Any& rSelection )
throw ( com::sun::star::lang::IllegalArgumentException, std::exception ) SAL_OVERRIDE;
throw (css::lang::IllegalArgumentException,
css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
virtual ::com::sun::star::uno::Any SAL_CALL
getSelection() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;

View File

@@ -1618,9 +1618,8 @@ bool ChartController::requestQuickHelp(
}
// XSelectionSupplier (optional interface)
sal_Bool SAL_CALL ChartController
::select( const uno::Any& rSelection )
throw( lang::IllegalArgumentException, std::exception )
sal_Bool SAL_CALL ChartController::select( const uno::Any& rSelection )
throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
{
bool bSuccess = false;