From c686be8bb2d4fff469ed753cc3dbf417baa903e9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 31 Jan 2015 21:02:47 +0000 Subject: coverity#1267688 Uncaught exception Change-Id: Icaa71c9f5a7766ea2297d63b19ceff36913a3d0b --- framework/source/inc/accelerators/acceleratorconfiguration.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/source/inc/accelerators') diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx index ef9440793eef..290fd0a8adab 100644 --- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx @@ -125,8 +125,8 @@ class XMLBasedAcceleratorConfiguration : public IStorageListener, css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; virtual css::uno::Sequence< css::uno::Any > SAL_CALL getPreferredKeyEventsForCommandList(const css::uno::Sequence< OUString >& lCommandList) - throw(css::lang::IllegalArgumentException , - css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; + throw (css::lang::IllegalArgumentException, css::container::NoSuchElementException, + css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual void SAL_CALL removeCommandFromAllKeyEvents(const OUString& sCommand) throw(css::lang::IllegalArgumentException , -- cgit