UnoRuntime.queryInterface(XAccessibleAction.class, zoomIn);
tEnv.addObjRelation("EventProducer",
new ifc.accessibility._XAccessibleEventBroadcaster.EventProducer() {
public void fireEvent() {
try {
pressZoom.doAccessibleAction(0);
} catch (com.sun.star.lang.IndexOutOfBoundsException ibe) {}
}
});
return tEnv;