diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-17 22:07:12 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-17 22:07:12 +0200 |
commit | 4787848911c83efdc46534af4285a09c8eee4569 (patch) | |
tree | aaee1a0e0c71679955b050c97a8e50c1caaccf8e | |
parent | 49debfe3023f1e84f7ef8fcbaeb7583eba164b68 (diff) |
readd woraround for nested lists to be valid against DTD
thus partial revert of 2e141341684eb610834db92693d715f3fd01d0dd
Change-Id: I9909c267286e22623283f343f26e1ac36473c602
-rw-r--r-- | source/text/scalc/01/05120000.xhp | 2 | ||||
-rw-r--r-- | source/text/simpress/guide/gluepoints.xhp | 4 | ||||
-rw-r--r-- | source/text/swriter/librelogo/LibreLogo.xhp | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/source/text/scalc/01/05120000.xhp b/source/text/scalc/01/05120000.xhp index 83856237ef..ee3a0db7f7 100644 --- a/source/text/scalc/01/05120000.xhp +++ b/source/text/scalc/01/05120000.xhp @@ -49,6 +49,7 @@ </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id31494134" role="listitem">If you select <emph>Cell value is</emph>:</paragraph> + <switch select="sys"><comment>FIXME: Hack to get a nested list</comment><default> <list type="unordered"> <listitem> <paragraph xml-lang="en-US" id="par_id31494135" role="listitem">Select a condition in the drop down list for the format to be applied to the selected cells and enter the value.</paragraph> @@ -63,6 +64,7 @@ <paragraph xml-lang="en-US" id="par_id31494138" role="listitem">In the <emph>Range</emph> field, define the range of cells concerned by the conditional formatting. Click on the <emph>Shrink</emph> button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected.</paragraph> </listitem> </list> + </default></switch> </listitem> <listitem> <paragraph xml-lang="en-US" id="par_id31494139" role="listitem">If you select <emph>Formula is</emph> as a reference, enter a cell reference. diff --git a/source/text/simpress/guide/gluepoints.xhp b/source/text/simpress/guide/gluepoints.xhp index c3eeb5e565..6dc0cd2a2c 100644 --- a/source/text/simpress/guide/gluepoints.xhp +++ b/source/text/simpress/guide/gluepoints.xhp @@ -37,7 +37,7 @@ <listitem> <paragraph role="paragraph" id="par_id091920080304108" xml-lang="en-US">Do one of the following to get existing glue points visible for all elements:</paragraph> </listitem> -<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">Click the <emph>Glue Point</emph> icon on the Drawing toolbar.</paragraph> @@ -46,7 +46,7 @@ <paragraph role="paragraph" id="par_id0919200803041186" xml-lang="en-US">Choose <item type="menuitem">Edit - Glue Points</item>.</paragraph> </listitem> </list> -</listitem> +</default></switch></listitem> <listitem> <paragraph role="paragraph" id="par_id0919200803041160" xml-lang="en-US">Click the <emph>Insert Glue Point</emph> icon on the Gluepoints toolbar.</paragraph> </listitem> diff --git a/source/text/swriter/librelogo/LibreLogo.xhp b/source/text/swriter/librelogo/LibreLogo.xhp index 5cf35de229..d005519562 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> |