accessibility/bridge/org/openoffice/java/accessibility/Button.java | 2 +- offapi/type_reference/types.rdb |binary 2 files changed, 1 insertion(+), 1 deletion(-)
New commits: commit cb1b0ddbb40ea2afcc41d117ab4abb04ca0e58bf Author: Michael Stahl <mst...@redhat.com> Date: Tue Nov 27 00:44:49 2012 +0100 accessibility: WNT only IllegalArgumentException java problem Change-Id: I9d251964d5fd00789dc831b7e55684c772c65fdf diff --git a/accessibility/bridge/org/openoffice/java/accessibility/Button.java b/accessibility/bridge/org/openoffice/java/accessibility/Button.java index 645840e..e0895ad 100644 --- a/accessibility/bridge/org/openoffice/java/accessibility/Button.java +++ b/accessibility/bridge/org/openoffice/java/accessibility/Button.java @@ -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; } } commit d84d147ddb7739d73cd28f82df9ab4d6569c5597 Author: Michael Stahl <mst...@redhat.com> Date: Tue Nov 27 00:42:06 2012 +0100 offapi: remove DocumentInfo types from type reference Change-Id: Iaf887b7a6f228b39aa05104c56618cd1a02c7227 diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb index 44d459d..7a35d47 100644 Binary files a/offapi/type_reference/types.rdb and b/offapi/type_reference/types.rdb differ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits