diff options
author | Tomas O'Connor <toconnor@openoffice.org> | 2003-03-07 13:13:57 +0000 |
---|---|---|
committer | Tomas O'Connor <toconnor@openoffice.org> | 2003-03-07 13:13:57 +0000 |
commit | e961ee059f6d01ce2de315249241691baba7e4bd (patch) | |
tree | 9361be5ee419a873d18d2913d11a61d9faa777b2 /scripting/examples/beanshell/Highlight | |
parent | 44f3366d5fe7e32c35ba17610957de8056fed5a5 (diff) |
Return 0 at end of example beanshell scripts.
Diffstat (limited to 'scripting/examples/beanshell/Highlight')
-rw-r--r-- | scripting/examples/beanshell/Highlight/highlighter.bsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripting/examples/beanshell/Highlight/highlighter.bsh b/scripting/examples/beanshell/Highlight/highlighter.bsh index 41027a82a5b2..8d9da4c7310d 100644 --- a/scripting/examples/beanshell/Highlight/highlighter.bsh +++ b/scripting/examples/beanshell/Highlight/highlighter.bsh @@ -134,3 +134,5 @@ frame.getContentPane().add(buttonPanel); frame.setVisible(true); frame.pack(); + +return 0; |