coverity#706260 Uncaught exception
Change-Id: Ieef198f6aab05928bf3b77097466eb7ac728481f
This commit is contained in:
@@ -215,7 +215,8 @@ public:
|
|||||||
// ::com::sun::star::view::XSelectionSupplier (optional interface)
|
// ::com::sun::star::view::XSelectionSupplier (optional interface)
|
||||||
virtual sal_Bool SAL_CALL
|
virtual sal_Bool SAL_CALL
|
||||||
select( const ::com::sun::star::uno::Any& rSelection )
|
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
|
virtual ::com::sun::star::uno::Any SAL_CALL
|
||||||
getSelection() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
getSelection() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||||
|
@@ -1618,9 +1618,8 @@ bool ChartController::requestQuickHelp(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// XSelectionSupplier (optional interface)
|
// XSelectionSupplier (optional interface)
|
||||||
sal_Bool SAL_CALL ChartController
|
sal_Bool SAL_CALL ChartController::select( const uno::Any& rSelection )
|
||||||
::select( const uno::Any& rSelection )
|
throw (lang::IllegalArgumentException, uno::RuntimeException, std::exception)
|
||||||
throw( lang::IllegalArgumentException, std::exception )
|
|
||||||
{
|
{
|
||||||
bool bSuccess = false;
|
bool bSuccess = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user