diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-03 20:36:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-03 20:36:56 +0100 |
commit | 4d3afa3dfafb34a3864e70bea38bc404d2d19da8 (patch) | |
tree | e3e1de98bd0f66645bce1c2c17d4ecd5f6cdf3ca /offapi | |
parent | 7883992dd5f8561b6eb192fce864b76c3034b1c5 (diff) |
fixup coverity#1219801
Change-Id: I2bc26296d11c49036ffcb0de661d22a8c2f45338
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/XImageManager.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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. </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. |