Skip to content

Substitute_Openoffice_save

Jochen Staerk edited this page Dec 21, 2015 · 1 revision

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();
Clone this wiki locally