From 4d3afa3dfafb34a3864e70bea38bc404d2d19da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 3 Jun 2014 20:36:56 +0100 Subject: [PATCH] fixup coverity#1219801 Change-Id: I2bc26296d11c49036ffcb0de661d22a8c2f45338 --- offapi/com/sun/star/ui/XImageManager.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offapi/com/sun/star/ui/XImageManager.idl b/offapi/com/sun/star/ui/XImageManager.idl index 73eef679d759..6a99b9936ee2 100644 --- a/offapi/com/sun/star/ui/XImageManager.idl +++ b/offapi/com/sun/star/ui/XImageManager.idl @@ -49,7 +49,7 @@ interface XImageManager This means that all user images of the instance will be removed.

*/ - void reset() raises ( com::sun::star::lang::IllegalArgumentException ); + void reset() raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::IllegalAccessException ); /** retrieves the list of command URLs which have images associated.