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

coverity#1374281 Uncaught exception

Change-Id: Iaffb4b67c67b5877a5a53d9ae81927b28883fc56
üst 77c3b365
......@@ -127,7 +127,7 @@ namespace frm
sal_Bool OSpinButtonModel::convertFastPropertyValue(
Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue )
throw ( IllegalArgumentException )
throw ( IllegalArgumentException, RuntimeException, std::exception )
{
bool bModified( false );
switch ( _nHandle )
......
......@@ -59,7 +59,7 @@ namespace frm
virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const css::uno::Any& _rValue )
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 )
throw ( css::lang::IllegalArgumentException ) override;
throw ( css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception ) override;
// OBoundControlModel
virtual css::uno::Any translateDbColumnToControlValue( ) override;
......
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