diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-26 00:12:22 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-26 00:12:22 +0100 |
commit | 184121fb7abffe19012e3a64187281f0332a4b20 (patch) | |
tree | cad175a83c48bdbd908fd7b32370b95a400a78aa /source/text/swriter | |
parent | 6eb5558b50b74b2ad51f05b8273c7e1bd72ba8f3 (diff) |
lists cannot be nested directly - use hackaround using switch instead
Change-Id: I9a39112dbaca103ddb6b2783b5a142b280fbba8b
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/librelogo/LibreLogo.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp index e131f0017c..a81766e6a6 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> + <listitem><switch select="sys"><comment>FIXME: Hack to get a nested list</comment><default> <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> - </listitem> + </default></switch></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> |