accessibility: WNT only IllegalArgumentException java problem

Change-Id: I9d251964d5fd00789dc831b7e55684c772c65fdf
This commit is contained in:
Michael Stahl 2012-11-27 00:44:49 +01:00
parent d84d147ddb
commit cb1b0ddbb4

View File

@ -46,7 +46,7 @@ class Button extends AbstractButton implements javax.accessibility.Accessible {
(javax.accessibility.Accessible) Button.this.getComponent( xAccessible );
return accessible.getAccessibleContext();
} catch( com.sun.star.uno.Exception e ) {
} catch (com.sun.star.lang.IllegalArgumentException e) {
return null;
}
}