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

coverity#1308501 Uncaught exception

Change-Id: I5143cb99f67a2de3a4d4555b3a43075cd928fe14
üst 7ed80b19
...@@ -97,7 +97,7 @@ SfxFilterListener::~SfxFilterListener() ...@@ -97,7 +97,7 @@ SfxFilterListener::~SfxFilterListener()
{ {
} }
void SAL_CALL SfxFilterListener::refreshed( const lang::EventObject& aSource ) throw( uno::RuntimeException ) void SAL_CALL SfxFilterListener::refreshed( const lang::EventObject& aSource ) throw( uno::RuntimeException, std::exception )
{ {
SolarMutexGuard aGuard; SolarMutexGuard aGuard;
uno::Reference< util::XRefreshable > xContainer( aSource.Source, uno::UNO_QUERY ); uno::Reference< util::XRefreshable > xContainer( aSource.Source, uno::UNO_QUERY );
......
...@@ -42,7 +42,7 @@ class SfxFilterListener ...@@ -42,7 +42,7 @@ class SfxFilterListener
public: public:
// XRefreshListener // XRefreshListener
void SAL_CALL refreshed( const ::com::sun::star::lang::EventObject& aSource ) throw( ::com::sun::star::uno::RuntimeException ); void SAL_CALL refreshed( const ::com::sun::star::lang::EventObject& aSource ) throw( ::com::sun::star::uno::RuntimeException, std::exception );
// XEventListener // XEventListener
void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aSource ) throw( ::com::sun::star::uno::RuntimeException ); void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aSource ) throw( ::com::sun::star::uno::RuntimeException );
......
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