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

coverity#1038334 Uncaught exception

Change-Id: I590d5fb8250de07c879b27ad69398a80949845c7
üst 1439c0de
......@@ -225,8 +225,8 @@ OUString SAL_CALL
//===== XAccessibleValue ================================================
uno::Any SAL_CALL
ScAccessibleCellBase::getCurrentValue( )
throw (uno::RuntimeException)
ScAccessibleCellBase::getCurrentValue()
throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
IsObjectValid();
......
......@@ -89,8 +89,9 @@ public:
///===== XAccessibleValue ================================================
virtual ::com::sun::star::uno::Any SAL_CALL
getCurrentValue( )
throw (::com::sun::star::uno::RuntimeException);
getCurrentValue()
throw (::com::sun::star::uno::RuntimeException,
std::exception);
virtual sal_Bool SAL_CALL
setCurrentValue( const ::com::sun::star::uno::Any& aNumber )
......
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