diff options
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. |