merge the formfield patch from ooo-build
[ooovba.git] / scripting / examples / beanshell / InteractiveBeanShell / interactive.bsh
blob5311882c1be397c75967160289461c817041826f
1 //Pops up a window into which you can type BeanShell code and run it 
2 //against the current document
3 editor();
4 return 0;