Substitute Openoffice save

From NOA Documentation Wiki

Jump to: navigation, search

Source: http://ubion.ion.ag/mainForumFolder/noa_forum/0074

frame.addDispatchDelegate(GlobalCommands.SAVE, new IDispatchDelegate() {
public void dispatch(Object arg0) {
     //your save routine
}
});
frame.updateDispatches();
Personal tools