diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-11 11:58:22 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-01-11 11:17:49 +0000 |
commit | c2c2305d0e47c043696be9a9130b8f585968f764 (patch) | |
tree | 3ea1fe98e265ff06c5589eb98daef4e5f8d63d96 /source | |
parent | a6bf263e06de175a10e35bd6ba7ca51a1529812c (diff) |
Fix typo
Change-Id: I63f80ef205f901313d4b2c5ec54d7d4864b3cddd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145331
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_style.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/func_style.xhp b/source/text/scalc/01/func_style.xhp index 7e1c168450..1961350de4 100644 --- a/source/text/scalc/01/func_style.xhp +++ b/source/text/scalc/01/func_style.xhp @@ -35,7 +35,7 @@ <emph>Style</emph> is the name of the cell style to be applied to the cell. Style names are not case-sensitive and must be entered in quotation marks. </paragraph> <paragraph role="paragraph" id="par_id161673375589532"> - <emph>Time</emph> is an optional time range in seconds. After this time is ellapsed, the style defined in <emph>Style2</emph> is applied. Leave this parameter blank if you do not want the style to be changed. + <emph>Time</emph> is an optional time range in seconds. After this time is elapsed, the style defined in <emph>Style2</emph> is applied. Leave this parameter blank if you do not want the style to be changed. </paragraph> <paragraph role="paragraph" id="par_id81673375703156"> <emph>Style2</emph> is the optional name of a cell style assigned to the cell after the time specified in the <emph>Time</emph> parameter has passed. If this parameter is missing the "Default" cell style is applied. @@ -56,7 +56,7 @@ <paragraph role="paragraph" id="par_id761673377678426"> <input>="Total"&T(STYLE("Result"))</input> </paragraph> - <paragraph role="paragraph" id="par_id871673377683120">Enters the text "Total" into the cell and applies the style named "Result". Note that this example deals with textual values, hence the output of the <emph>STYLE</emph> funcion needs to be appended to the text using the & operator. The function <emph>T()</emph> is used to prevent the number "0" being appended to the resulting text.</paragraph> + <paragraph role="paragraph" id="par_id871673377683120">Enters the text "Total" into the cell and applies the style named "Result". Note that this example deals with textual values, hence the output of the <emph>STYLE</emph> function needs to be appended to the text using the & operator. The function <emph>T()</emph> is used to prevent the number "0" being appended to the resulting text.</paragraph> <embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/> <embed href="text/scalc/01/common_func.xhp#notODFF"/> |