From ae68c27457a1641d8a0569025e676b67219a3378 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 26 Oct 2016 09:15:14 +0100 Subject: coverity#1374269 Uncaught exception Change-Id: Ib3a876ea6463396784062bd53bfedff177818498 --- forms/source/inc/FormComponent.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/inc') diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx index ac9f100e285a..f9d0607dcd1f 100644 --- a/forms/source/inc/FormComponent.hxx +++ b/forms/source/inc/FormComponent.hxx @@ -425,7 +425,7 @@ public: virtual void SAL_CALL getFastPropertyValue(css::uno::Any& rValue, sal_Int32 nHandle) const override; virtual sal_Bool SAL_CALL convertFastPropertyValue( css::uno::Any& _rConvertedValue, css::uno::Any& _rOldValue, sal_Int32 _nHandle, const css::uno::Any& _rValue ) - throw (css::lang::IllegalArgumentException, std::exception) override; + throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override; virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const css::uno::Any& rValue ) throw (css::uno::Exception, std::exception) override; using ::cppu::OPropertySetHelper::getFastPropertyValue; -- cgit