[Libreoffice-commits] core.git: offapi/com

Caolán McNamara caolanm at redhat.com
Tue Jun 3 12:39:33 PDT 2014


 offapi/com/sun/star/ui/XImageManager.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4d3afa3dfafb34a3864e70bea38bc404d2d19da8
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jun 3 20:36:56 2014 +0100

    fixup coverity#1219801
    
    Change-Id: I2bc26296d11c49036ffcb0de661d22a8c2f45338

diff --git a/offapi/com/sun/star/ui/XImageManager.idl b/offapi/com/sun/star/ui/XImageManager.idl
index 73eef67..6a99b99 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.
         </p>
     */
-    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.
 


More information about the Libreoffice-commits mailing list