summaryrefslogtreecommitdiff
path: root/source/text/swriter/librelogo/LibreLogo.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/swriter/librelogo/LibreLogo.xhp')
-rw-r--r--source/text/swriter/librelogo/LibreLogo.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp
index a81766e6a6..e131f0017c 100644
--- a/source/text/swriter/librelogo/LibreLogo.xhp
+++ b/source/text/swriter/librelogo/LibreLogo.xhp
@@ -59,7 +59,7 @@
<listitem>
<paragraph role="listitem" xml-lang="en-US" id="par_490">Program blocks and lists are different</paragraph>
</listitem>
- <listitem><switch select="sys"><comment>FIXME: Hack to get a nested list</comment><default>
+ <listitem>
<list type="unordered">
<listitem>
<paragraph role="listitem" xml-lang="en-US" id="par_500">Program blocks need space or new line at parenthesization: REPEAT 10 [ FORWARD 10 LEFT 36 ]</paragraph>
@@ -68,7 +68,7 @@
<paragraph role="listitem" xml-lang="en-US" id="par_510">Lists need close parenthesization: POSITION [0, 0], and not POSITION [ 0, 0 ]</paragraph>
</listitem>
</list>
- </default></switch></listitem>
+ </listitem>
<listitem>
<paragraph role="listitem" xml-lang="en-US" id="par_520">1-line function declarations are not supported (TO and END need new lines).</paragraph>
</listitem>