coverity#706260 Uncaught exception
Change-Id: Ieef198f6aab05928bf3b77097466eb7ac728481f
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user