summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-23 09:06:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-23 09:40:04 +0100
commit064488221b546063d4567b83ca19dc904b31ab05 (patch)
tree76fe62fb20778285356cfaa30a31569bcef51c34 /forms
parentbccc1f2078e19599c30087e57c89be3ff4bfa17e (diff)
coverity#989722 Uncaught exception
Change-Id: Id242624865fa892c4d45cb04dfaa66d74bb6d5d1
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/model.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx
index e3689a2fc665..6fe8a65d3d17 100644
--- a/forms/source/xforms/model.hxx
+++ b/forms/source/xforms/model.hxx
@@ -295,7 +295,7 @@ public:
{ PropertySetBase::removePropertyChangeListener(p1, p2); }
virtual void SAL_CALL addVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2)
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE
+ throw (css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ PropertySetBase::addVetoableChangeListener(p1, p2); }
virtual void SAL_CALL removeVetoableChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XVetoableChangeListener>& p2)