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/scalc/01/05120000.xhp | |
parent | 6eb5558b50b74b2ad51f05b8273c7e1bd72ba8f3 (diff) |
lists cannot be nested directly - use hackaround using switch instead
Change-Id: I9a39112dbaca103ddb6b2783b5a142b280fbba8b
Diffstat (limited to 'source/text/scalc/01/05120000.xhp')
-rw-r--r-- | source/text/scalc/01/05120000.xhp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/text/scalc/01/05120000.xhp b/source/text/scalc/01/05120000.xhp index 78387699e7..51f8fbf8fc 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. |