diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 12:49:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 12:49:46 +0000 |
commit | c159fe69d63f73bf0522621581f7940fa85db644 (patch) | |
tree | 251dd4dd98e32e10c41984a2293a6b70ac271ac5 | |
parent | 24680cb0dbfc200d91eda495e5909021cf53a47b (diff) |
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.
-rwxr-xr-x | scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh index de80491db99e..5311882c1be3 100755 --- a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh +++ b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh @@ -1,2 +1,4 @@ +//Pops up a window into which you can type BeanShell code and run it +//against the current document editor(); return 0; |