From 594a5e20f751e1fb8f9b4f3fb53851c3dfb671e6 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 13 Jul 2014 20:24:29 +0100 Subject: coverity#1224998 Uncaught exception Change-Id: I96db9ab47b9494a1d71259e93ad393bd70c39d97 --- framework/inc/services/desktop.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/inc') diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx index 57e0bdb0f2bc..19a6df5800f9 100644 --- a/framework/inc/services/desktop.hxx +++ b/framework/inc/services/desktop.hxx @@ -309,7 +309,7 @@ class Desktop : private cppu::BaseMutex, virtual sal_Bool SAL_CALL convertFastPropertyValue ( css::uno::Any& aConvertedValue , css::uno::Any& aOldValue , sal_Int32 nHandle , - const css::uno::Any& aValue ) throw( css::lang::IllegalArgumentException ) SAL_OVERRIDE; + const css::uno::Any& aValue ) throw( css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle , const css::uno::Any& aValue ) throw( css::uno::Exception, std::exception ) SAL_OVERRIDE; using cppu::OPropertySetHelper::getFastPropertyValue; -- cgit