diff --git a/scripting/examples/beanshell/Highlight/ButtonPressHandler.bsh b/scripting/examples/beanshell/Highlight/ButtonPressHandler.bsh index d9c8ee32ccc355693a222d41db098c563d8fcfee..ac6efacce5d32960cd6f0666ac6800f3754391e2 100644 --- a/scripting/examples/beanshell/Highlight/ButtonPressHandler.bsh +++ b/scripting/examples/beanshell/Highlight/ButtonPressHandler.bsh @@ -119,5 +119,5 @@ else replaceable.replaceAll(descriptor); } -// BeanShell OpenOffice.org scripts should always return 0 +// BeanShell scripts in LibreOffice should always return 0 return 0; diff --git a/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh b/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh index a0c49a2e240cdc574dc315c7f93748ad5494ee23..3bf6d22a3c479c21b11fc51a8fe4c930a5f0bdb1 100644 --- a/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh +++ b/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh @@ -61,5 +61,5 @@ xText = xTextDoc.getText(); xTextRange = xText.getEnd(); xTextRange.setString( "Hello World (in BeanShell)" ); -// BeanShell OpenOffice.org scripts should always return 0 +// BeanShell scripts in LibreOffice should always return 0 return 0;