summaryrefslogtreecommitdiff
path: root/source/text/scalc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-01-11 12:00:35 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2023-01-11 11:18:19 +0000
commite933fe90675132335452d25f4ddb01d0798f3553 (patch)
tree287d03479f617fdf09b83eef5e86bcfc025ebefc /source/text/scalc
parentc2c2305d0e47c043696be9a9130b8f585968f764 (diff)
Fix typo
Change-Id: I437e33f36455f4f9340051fe9d8a74d0f6d88d3e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145332 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/scalc')
-rw-r--r--source/text/scalc/01/func_style.xhp2
1 files changed, 1 insertions, 1 deletions
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()&lt;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"&amp;T(STYLE("Result"))</input>