summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-23 09:05:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-23 09:40:04 +0100
commitbccc1f2078e19599c30087e57c89be3ff4bfa17e (patch)
tree17c9a72361aaa9d94882b1c4f5d406719fc746e1 /forms
parentc27fb22432d5f817ceef7af2936bb276a305a158 (diff)
coverity#989721 Uncaught exception
Change-Id: I42483ab32538cd26f5c26436dd3740724f49bbe6
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 35057e93b4be..e3689a2fc665 100644
--- a/forms/source/xforms/model.hxx
+++ b/forms/source/xforms/model.hxx
@@ -287,7 +287,7 @@ public:
{ return PropertySetBase::getPropertyValue(p); }
virtual void SAL_CALL addPropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& p2)
- throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE
+ throw (css::beans::UnknownPropertyException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE
{ PropertySetBase::addPropertyChangeListener(p1, p2); }
virtual void SAL_CALL removePropertyChangeListener(const OUString& p1, const css::uno::Reference<css::beans::XPropertyChangeListener>& p2)