source/text/scalc/01/func_style.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c2c2305d0e47c043696be9a9130b8f585968f764
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Jan 11 11:58:22 2023 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Jan 11 11:17:49 2023 +0000

    Fix typo
    
    Change-Id: I63f80ef205f901313d4b2c5ec54d7d4864b3cddd
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/145331
    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 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"&amp;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 &amp; 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 &amp; 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"/>

Reply via email to