diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-31 20:44:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-01 22:10:37 +0000 |
commit | f08169c775858ddb13947eb8cf90c74b3c7dde87 (patch) | |
tree | e738c985c1667fd2bf9bfaff22e55f6875d0522e /basctl/source/dlged | |
parent | c97dbb56596eecd19d73a0adb49f9de1ee279e14 (diff) |
coverity#1267686 Uncaught exception
Change-Id: Iab9067590cd15b3b60cfa2a98ee6be30d2fdf13d
Diffstat (limited to 'basctl/source/dlged')
-rw-r--r-- | basctl/source/dlged/dlgedobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx index 0cf8b6b57a4a..017bf2018133 100644 --- a/basctl/source/dlged/dlgedobj.cxx +++ b/basctl/source/dlged/dlgedobj.cxx @@ -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, std::exception) +void SAL_CALL DlgEdObj::_propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(css::container::NoSuchElementException, css::uno::RuntimeException, std::exception) { if (isListening()) { |