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