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

New commits:
commit 2e3d807ec068688bbca1c3c384fa6ecda196fc59
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Sun Mar 26 10:56:17 2023 +0000
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Sun Mar 26 12:12:59 2023 +0000

    Fix XHP tag
    
    Change-Id: I90f3290ba28baa88d8d60808234a3ed510d81d19
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/149596
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/func_style.xhp 
b/source/text/scalc/01/func_style.xhp
index 22b002d4f1..30b30c7237 100644
--- a/source/text/scalc/01/func_style.xhp
+++ b/source/text/scalc/01/func_style.xhp
@@ -28,8 +28,8 @@
   <paragraph role="paragraph" id="par_id681673375365338">This function always 
returns the numeric value 0, which allows to use it by adding the 
<emph>STYLE</emph> function to other functions in the same cell without 
changing its value.</paragraph>
 
   <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
-  <paragraph role="paragraph" id="par_id961673376106137">
-    <input>STYLE("Style" [; Time [; "Style2"]])</input>
+  <paragraph role="code" id="par_id961673376106137">
+    STYLE("Style" [; Time [; "Style2"]])
   </paragraph>
   <paragraph role="paragraph" id="par_id31673375542211">
     <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.

Reply via email to