Kaydet (Commit) 9fe1eefe authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

Fix product name

Change-Id: I35ac8f6ad54c7990bd5fb24dc0a30ebb8e1e8254
Reviewed-on: https://gerrit.libreoffice.org/67949
Tested-by: Jenkins
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst ea3c2535
...@@ -119,5 +119,5 @@ else ...@@ -119,5 +119,5 @@ else
replaceable.replaceAll(descriptor); replaceable.replaceAll(descriptor);
} }
// BeanShell OpenOffice.org scripts should always return 0 // BeanShell scripts in LibreOffice should always return 0
return 0; return 0;
...@@ -61,5 +61,5 @@ xText = xTextDoc.getText(); ...@@ -61,5 +61,5 @@ xText = xTextDoc.getText();
xTextRange = xText.getEnd(); xTextRange = xText.getEnd();
xTextRange.setString( "Hello World (in BeanShell)" ); xTextRange.setString( "Hello World (in BeanShell)" );
// BeanShell OpenOffice.org scripts should always return 0 // BeanShell scripts in LibreOffice should always return 0
return 0; return 0;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment