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/simpress | |
parent | 6eb5558b50b74b2ad51f05b8273c7e1bd72ba8f3 (diff) |
lists cannot be nested directly - use hackaround using switch instead
Change-Id: I9a39112dbaca103ddb6b2783b5a142b280fbba8b
Diffstat (limited to 'source/text/simpress')
-rw-r--r-- | source/text/simpress/guide/gluepoints.xhp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/text/simpress/guide/gluepoints.xhp b/source/text/simpress/guide/gluepoints.xhp index ff57579543..49975d3214 100644 --- a/source/text/simpress/guide/gluepoints.xhp +++ b/source/text/simpress/guide/gluepoints.xhp @@ -37,6 +37,7 @@ <listitem> <paragraph role="paragraph" id="par_id091920080304108" xml-lang="en-US" l10n="NEW">Do one of the following to get existing glue points visible for all elements:</paragraph> </listitem> +<listitem><switch select="sys"><comment>FIXME: Hack to get a nested list</comment><default> <list type="ordered"> <listitem> <paragraph role="paragraph" id="par_id0919200803041082" xml-lang="en-US" l10n="NEW">Click the <emph>Glue Point</emph> icon on the Drawing toolbar.</paragraph> @@ -45,6 +46,7 @@ <paragraph role="paragraph" id="par_id0919200803041186" xml-lang="en-US" l10n="NEW">Choose <item type="menuitem">Edit - Glue Points</item>.</paragraph> </listitem> </list> +</default></switch></listitem> <listitem> <paragraph role="paragraph" id="par_id0919200803041160" xml-lang="en-US" l10n="NEW">Click the <emph>Insert Glue Point</emph> icon on the Gluepoints toolbar.</paragraph> </listitem> |