Files
libreoffice/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
Rüdiger Timm c159fe69d6 INTEGRATION: CWS scriptingf6 (1.2.40); FILE MERGED
2004/07/23 09:55:18 dfoster 1.2.40.1: #i30606#
Add descriptions to code in examples.
2004-10-22 12:49:46 +00:00

5 lines
121 B
Plaintext
Executable File

//Pops up a window into which you can type BeanShell code and run it
//against the current document
editor();
return 0;