coverity#1247644 Uncaught exception
Change-Id: Idbaef5c196c29a2e066f667e6bd50189a7b1834c
This commit is contained in:
parent
d63f917d31
commit
d4cdaa2ad6
@ -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())
|
||||
{
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user