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

coverity#737615 Uncaught exception

Change-Id: I9005fcdec6e258d274657b44786e3a2729418005
üst eddc4b10
...@@ -81,9 +81,10 @@ public: ...@@ -81,9 +81,10 @@ public:
const OUString& aName, const OUString& aName,
const ::com::sun::star::uno::Sequence< const ::com::sun::star::uno::Sequence<
::com::sun::star::uno::Any >& aArguments ) ::com::sun::star::uno::Any >& aArguments )
throw(::com::sun::star::container::NoSuchElementException, throw (::com::sun::star::container::NoSuchElementException,
::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::uno::RuntimeException); ::com::sun::star::uno::RuntimeException,
std::exception);
// XPropertySet // XPropertySet
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >
......
...@@ -487,8 +487,8 @@ static void processSequences( ScDocument* pDoc, const uno::Any& rArg, ScTokenArr ...@@ -487,8 +487,8 @@ static void processSequences( ScDocument* pDoc, const uno::Any& rArg, ScTokenArr
uno::Any SAL_CALL ScFunctionAccess::callFunction( const OUString& aName, uno::Any SAL_CALL ScFunctionAccess::callFunction( const OUString& aName,
const uno::Sequence<uno::Any>& aArguments ) const uno::Sequence<uno::Any>& aArguments )
throw(container::NoSuchElementException, lang::IllegalArgumentException, throw (container::NoSuchElementException, lang::IllegalArgumentException,
uno::RuntimeException) uno::RuntimeException, std::exception)
{ {
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
......
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