summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripting/examples/beanshell/Highlight/ButtonPressHandler.bsh2
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripting/examples/beanshell/Highlight/ButtonPressHandler.bsh b/scripting/examples/beanshell/Highlight/ButtonPressHandler.bsh
index d9c8ee32ccc3..ac6efacce5d3 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 a0c49a2e240c..3bf6d22a3c47 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;