diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-22 21:04:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-22 21:12:19 +0100 |
commit | 529215e4230189f9fa0ef68031c98203e09b5729 (patch) | |
tree | 01c4d7113c159004aa90375e1e8448bee6b1bc02 /forms | |
parent | 139dcea46bf3044697e857a9de0b59a4b943604a (diff) |
coverity#989724 Uncaught exception
Change-Id: Ia3a74e71b95d263a4d911523d77fd6d8e65adc69
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/xforms/model.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx index a4dc08ff9bd3..35057e93b4be 100644 --- a/forms/source/xforms/model.hxx +++ b/forms/source/xforms/model.hxx @@ -299,7 +299,7 @@ public: { PropertySetBase::addVetoableChangeListener(p1, p2); } virtual void SAL_CALL removeVetoableChangeListener(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::removeVetoableChangeListener(p1, p2); } virtual css::uno::Reference<css::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo() |