coverity#737430 Uncaught exception
Change-Id: I1db24114b331970d75b01c0869708b1656be3836
This commit is contained in:
@@ -472,7 +472,8 @@ public:
|
||||
// XModifyBroadcaster
|
||||
virtual void SAL_CALL addModifyListener( const ::com::sun::star::uno::Reference<
|
||||
::com::sun::star::util::XModifyListener >& aListener )
|
||||
throw (::com::sun::star::uno::RuntimeException);
|
||||
throw (::com::sun::star::uno::RuntimeException,
|
||||
std::exception);
|
||||
virtual void SAL_CALL removeModifyListener( const ::com::sun::star::uno::Reference<
|
||||
::com::sun::star::util::XModifyListener >& aListener )
|
||||
throw (::com::sun::star::uno::RuntimeException);
|
||||
|
@@ -3395,8 +3395,8 @@ sal_Bool SAL_CALL ScCellRangesBase::isNotANumber( double nNumber ) throw(uno::Ru
|
||||
|
||||
// XModifyBroadcaster
|
||||
|
||||
void SAL_CALL ScCellRangesBase::addModifyListener( const uno::Reference<util::XModifyListener>& aListener )
|
||||
throw(uno::RuntimeException)
|
||||
void SAL_CALL ScCellRangesBase::addModifyListener(const uno::Reference<util::XModifyListener>& aListener)
|
||||
throw (uno::RuntimeException, std::exception)
|
||||
{
|
||||
SolarMutexGuard aGuard;
|
||||
if ( aRanges.empty() )
|
||||
|
Reference in New Issue
Block a user