summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-08 14:58:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-08 20:45:11 +0100
commitb4895186c33d2b653600358e5d9424dda76b17e9 (patch)
treef1d2fc524e46c780df52e3caeb105a260712295a /include
parent0ac722ccdf75c1d1e8f8cc6c031238a44a5edb0b (diff)
coverity#706283 Uncaught exception
Change-Id: I2c3f10894ffe514dbc71cd1dd672685aa8f09a0d
Diffstat (limited to 'include')
-rw-r--r--include/cppuhelper/propshlp.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index 89a88bd97548..8bb916c9afc6 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -576,6 +576,7 @@ protected:
sal_Int32 nHandle,
const ::com::sun::star::uno::Any& rValue )
throw (css::lang::IllegalArgumentException,
+ css::beans::UnknownPropertyException,
css::uno::RuntimeException, std::exception) = 0;
/** The same as setFastProperyValue; nHandle is always valid.