summaryrefslogtreecommitdiff
path: root/scripting/examples
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-10-22 12:49:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-10-22 12:49:46 +0000
commitc159fe69d63f73bf0522621581f7940fa85db644 (patch)
tree251dd4dd98e32e10c41984a2293a6b70ac271ac5 /scripting/examples
parent24680cb0dbfc200d91eda495e5909021cf53a47b (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.
Diffstat (limited to 'scripting/examples')
-rwxr-xr-xscripting/examples/beanshell/InteractiveBeanShell/interactive.bsh2
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;