From 184121fb7abffe19012e3a64187281f0332a4b20 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Tue, 26 Jan 2016 00:12:22 +0100 Subject: lists cannot be nested directly - use hackaround using switch instead Change-Id: I9a39112dbaca103ddb6b2783b5a142b280fbba8b --- source/text/scalc/01/05120000.xhp | 2 ++ source/text/simpress/guide/gluepoints.xhp | 2 ++ source/text/swriter/librelogo/LibreLogo.xhp | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'source') 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 @@ If you select Cell value is: + FIXME: Hack to get a nested list Select a condition in the drop down list for the format to be applied to the selected cells and enter the value. @@ -63,6 +64,7 @@ In the Range field, define the range of cells concerned by the conditional formatting. Click on the Shrink button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected. + If you select Formula is as a reference, enter a cell reference. 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 @@ Do one of the following to get existing glue points visible for all elements: +FIXME: Hack to get a nested list Click the Glue Point icon on the Drawing toolbar. @@ -45,6 +46,7 @@ Choose Edit - Glue Points. + Click the Insert Glue Point icon on the Gluepoints toolbar. 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 @@ Program blocks and lists are different - + FIXME: Hack to get a nested list Program blocks need space or new line at parenthesization: REPEAT 10 [ FORWARD 10 LEFT 36 ] @@ -68,7 +68,7 @@ Lists need close parenthesization: POSITION [0, 0], and not POSITION [ 0, 0 ] - + 1-line function declarations are not supported (TO and END need new lines). -- cgit