summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-03-07 13:09:27 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-03-07 13:09:27 +0000
commit44f3366d5fe7e32c35ba17610957de8056fed5a5 (patch)
tree7a74dc0a27a7fef4001c8457db0e1b517a8be2c3 /scripting/examples/beanshell
parentbf739539a8e20de88fa30775d3256ab2511bdee8 (diff)
Return 0 after starting the editor window.
Diffstat (limited to 'scripting/examples/beanshell')
-rwxr-xr-xscripting/examples/beanshell/InteractiveBeanShell/interactive.bsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
index 2ee398ebc95d..de80491db99e 100755
--- a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
+++ b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
@@ -1 +1,2 @@
editor();
+return 0;