summaryrefslogtreecommitdiff
path: root/basctl/source/dlged
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-31 20:44:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-01 22:10:37 +0000
commitf08169c775858ddb13947eb8cf90c74b3c7dde87 (patch)
treee738c985c1667fd2bf9bfaff22e55f6875d0522e /basctl/source/dlged
parentc97dbb56596eecd19d73a0adb49f9de1ee279e14 (diff)
coverity#1267686 Uncaught exception
Change-Id: Iab9067590cd15b3b60cfa2a98ee6be30d2fdf13d
Diffstat (limited to 'basctl/source/dlged')
-rw-r--r--basctl/source/dlged/dlgedobj.cxx2
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())
{