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
commit80f56e6213ad580badc762ef5bf31c1d5f3ec521 (patch)
treece5746f834d49e4b4f86ae7f5902b1bcddd62af4 /scripting/examples
parent6560a51801250e55bf49479b665c912e0412968b (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 de80491db9..5311882c1b 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;