coverity#1374277 Uncaught exception

Change-Id: I2475056682252111af78a7594c04d15a93fda47f
This commit is contained in:
Caolán McNamara
2016-10-26 09:24:56 +01:00
parent 487738732b
commit 1ae7f7fcae
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ namespace frm
sal_Bool OScrollBarModel::convertFastPropertyValue( sal_Bool OScrollBarModel::convertFastPropertyValue(
Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue )
throw ( IllegalArgumentException ) throw ( IllegalArgumentException, RuntimeException, std::exception )
{ {
bool bModified( false ); bool bModified( false );
switch ( _nHandle ) switch ( _nHandle )

View File

@@ -58,7 +58,7 @@ namespace frm
virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const css::uno::Any& _rValue ) virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const css::uno::Any& _rValue )
throw ( css::uno::Exception, std::exception ) override; throw ( css::uno::Exception, std::exception ) override;
virtual sal_Bool SAL_CALL convertFastPropertyValue( css::uno::Any& _rConvertedValue, css::uno::Any& _rOldValue, sal_Int32 _nHandle, const css::uno::Any& _rValue ) virtual sal_Bool SAL_CALL convertFastPropertyValue( css::uno::Any& _rConvertedValue, css::uno::Any& _rOldValue, sal_Int32 _nHandle, const css::uno::Any& _rValue )
throw ( css::lang::IllegalArgumentException ) override; throw ( css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception ) override;
// OBoundControlModel // OBoundControlModel
virtual css::uno::Any translateDbColumnToControlValue( ) override; virtual css::uno::Any translateDbColumnToControlValue( ) override;