xref: /AOO42X/main/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh (revision b5ffe9b538c2ae169395e094ada5be59c5565375)
1//Pops up a window into which you can type BeanShell code and run it
2//against the current document
3editor();
4return 0;
5