source/text/swriter/librelogo/LibreLogo.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a222befecb3808d06b6ae208cff9a055892051e4
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Dec 3 13:30:30 2022 +0000
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Sat Dec 3 13:48:23 2022 +0000

    tdf#131075: LibreLogo Help Incorrect ~ Function Calls
    
    Change-Id: I1244cb1068bd86fad989f5b16554ddd63c923ffd
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143577
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/swriter/librelogo/LibreLogo.xhp 
b/source/text/swriter/librelogo/LibreLogo.xhp
index c1f0a12833..b5c680e97a 100644
--- a/source/text/swriter/librelogo/LibreLogo.xhp
+++ b/source/text/swriter/librelogo/LibreLogo.xhp
@@ -104,7 +104,7 @@
     </listitem>
     <listitem>
         <paragraph role="paragraph" xml-lang="en-US" id="par_650">Alternative 
parenthesization in function calls</paragraph>
-        <paragraph role="logocode" xml-lang="en-US" id="par_660"> TO star size 
color<br/> FILLCOLOR color<br/> REPEAT 5 [ LEFT 72 FORWARD size RIGHT 144 
FORWARD size ]<br/> FILL<br/> END<br/> <br/> star 100 “red”<br/> star (100, 
“green”)<br/> star(100, “blue”)<br/></paragraph>
+        <paragraph role="logocode" xml-lang="en-US" id="par_660"> TO star size 
color<br/> FILLCOLOR color<br/> REPEAT 5 [ LEFT 72 FORWARD size RIGHT 144 
FORWARD size ]<br/> FILL<br/> END<br/> <br/> star 100 “red”<br/> star(100, 
“green”)<br/> star(100, “blue”)<br/></paragraph>
     </listitem>
 </list>
 <h1 id="hd_670">LibreLogo commands</h1>

Reply via email to