source/text/scalc/01/func_style.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e933fe90675132335452d25f4ddb01d0798f3553 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jan 11 12:00:35 2023 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Wed Jan 11 11:18:19 2023 +0000 Fix typo Change-Id: I437e33f36455f4f9340051fe9d8a74d0f6d88d3e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145332 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/source/text/scalc/01/func_style.xhp b/source/text/scalc/01/func_style.xhp index 1961350de4..2a4608ad20 100644 --- a/source/text/scalc/01/func_style.xhp +++ b/source/text/scalc/01/func_style.xhp @@ -51,7 +51,7 @@ <paragraph role="paragraph" id="par_id271673376901358"> <input>=A1*A2+STYLE(IF(CURRENT()<100,"Bad","Good"))</input> </paragraph> - <paragraph role="paragraph" id="par_id1001673377339392">Enters the result of multiplying the values in cells A1 and A2 and applies the style "Bad" if the result is less than 100, otherwie the style "Good" is applied. Here the function <emph>CURRENT()</emph> is used to get the currently evaluated value of the function in the cell.</paragraph> + <paragraph role="paragraph" id="par_id1001673377339392">Enters the result of multiplying the values in cells A1 and A2 and applies the style "Bad" if the result is less than 100, otherwise the style "Good" is applied. Here the function <emph>CURRENT()</emph> is used to get the currently evaluated value of the function in the cell.</paragraph> <paragraph role="paragraph" id="par_id761673377678426"> <input>="Total"&T(STYLE("Result"))</input>