[Libreoffice-bugs] [Bug 131075] New: LibreLogo Help Incorrect ~ Function Calls

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Mar 2 15:43:28 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=131075

            Bug ID: 131075
           Summary: LibreLogo Help Incorrect ~ Function Calls
           Product: LibreOffice
           Version: 6.3.5.2 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: PracticalCode at GMail.com

Description:
On the following help page:

 ○ https://help.libreoffice.org/6.2/en-US/text/swriter/librelogo/LibreLogo.html

It states:

[[[...

 • Alternative parenthesization in function calls

 TO star size color
 FILLCOLOR color
 REPEAT 5 [ LEFT 72 FORWARD size RIGHT 144 FORWARD size ]
 FILL
 END

 star 100 “red”
 star (100, “green”)
 star(100, “blue”)

...]]]

You will get an error on line 8; this is incorrect line:

 star (100, “green”)

When using parenthesis after a function call, you cannot have a space.

This line should simply be deleted from the documentation, as when corrected,
it is the same as the following (correct) statement:

 star(100, “blue”)


System Info:

Version: 6.3.5.2 (x64)
Build ID: dd0751754f11728f69b42ee2af66670068624673
CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

Steps to Reproduce:
1. Enter the following text in Writer:

 TO star size color
 FILLCOLOR color
 REPEAT 5 [ LEFT 72 FORWARD size RIGHT 144 FORWARD size ]
 FILL
 END

 star 100 “red”
 star (100, “green”)
 star(100, “blue”)

2. Click [Run] button from LibreOffice Writer LibreLogo Toolbar

Actual Results:
Error on Line 8

Expected Results:
It successfully calls the [star] function, & redraws a green star over the
prior red star... and continues execution.


Reproducible: Always


User Profile Reset: No



Additional Info:
The help documentation on the following page needs corrected:

https://help.libreoffice.org/6.2/en-US/text/swriter/librelogo/LibreLogo.html

Both UserProfile & OpenGL are irrelevant to this problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200302/0400a145/attachment.htm>


More information about the Libreoffice-bugs mailing list