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 --- include/comphelper/propagg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper') diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx index 7797782f325b..fa91130d48ae 100644 --- a/include/comphelper/propagg.hxx +++ b/include/comphelper/propagg.hxx @@ -247,7 +247,7 @@ public: /** only implemented for "forwarded" properties, every other property must be handled in the derivee, and will assert if passed herein */ - 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; + 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, css::uno::RuntimeException, std::exception) override; /** only implemented for "forwarded" properties, every other property must be handled in the derivee, and will assert if passed herein -- cgit