coverity#1247644 Uncaught exception

Change-Id: Idbaef5c196c29a2e066f667e6bd50189a7b1834c
This commit is contained in:
Caolán McNamara
2014-10-17 09:47:46 +01:00
parent d63f917d31
commit d4cdaa2ad6
2 changed files with 2 additions and 2 deletions

View File

@@ -1121,7 +1121,7 @@ void DlgEdObj::EndListening(bool bRemoveListener)
}
}
void SAL_CALL DlgEdObj::_propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException)
void SAL_CALL DlgEdObj::_propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException, std::exception)
{
if (isListening())
{

View File

@@ -121,7 +121,7 @@ public:
virtual void SAL_CALL TabIndexChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw( ::com::sun::star::uno::RuntimeException);
// PropertyChangeListener
virtual void SAL_CALL _propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL _propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::com::sun::star::uno::RuntimeException, std::exception);
// ContainerListener
virtual void SAL_CALL _elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::com::sun::star::uno::RuntimeException);