summaryrefslogtreecommitdiff
path: root/include/vcl/ImageListProvider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/ImageListProvider.hxx')
-rw-r--r--include/vcl/ImageListProvider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ImageListProvider.hxx b/include/vcl/ImageListProvider.hxx
index faf1c25f3dcc..924720b17842 100644
--- a/include/vcl/ImageListProvider.hxx
+++ b/include/vcl/ImageListProvider.hxx
@@ -39,7 +39,7 @@ namespace vcl
/* abstract */ class IImageListProvider
{
public:
- virtual ImageList getImageList(ImageListType) SAL_THROW (( css::lang::IllegalArgumentException )) = 0;
+ virtual ImageList getImageList(ImageListType) = 0;
protected:
~IImageListProvider() {}