From decd61013cba116e343537a50f4b1f6bc785022b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 31 Jan 2015 20:58:44 +0000 Subject: coverity#1267685 Uncaught exception Change-Id: Ia4728352f86a8c1ac2007918708430b5221ea9fe --- offapi/com/sun/star/ui/XAcceleratorConfiguration.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl index e5c32af74b15..28926c7bd8ec 100644 --- a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl +++ b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl @@ -212,7 +212,8 @@ interface XAcceleratorConfiguration because every URL schema can be used here. */ sequence< any > getPreferredKeyEventsForCommandList( [in] sequence< string > lCommandList ) - raises(com::sun::star::lang::IllegalArgumentException); + raises(com::sun::star::lang::IllegalArgumentException, + com::sun::star::container::NoSuchElementException); /** search for an key-command-binding inside this configuration set, where the specified command is used. -- cgit