diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-03 16:49:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-03 20:10:17 +0100 |
commit | 0301abbbc33c794fccd4e84f75b6de4c296f957c (patch) | |
tree | c37a4e84a053f3599e3736e30a8e6f901724f34b /offapi | |
parent | c087b60b0dd70c4a711ba1b4d556206a136fa468 (diff) |
coverity#1219801 Uncaught exception
Change-Id: I372c1891e41510c24daf256d00f3ca98e8a374a9
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 cad89a16f01f..73eef679d759 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(); + void reset() raises ( com::sun::star::lang::IllegalArgumentException ); /** retrieves the list of command URLs which have images associated. |