diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-03-26 10:56:17 +0000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-03-26 12:12:59 +0000 |
commit | 2e3d807ec068688bbca1c3c384fa6ecda196fc59 (patch) | |
tree | f00c6609adf4c6fc8aa06ce56108acaa69d21471 /source | |
parent | 7062dbc3016bf22b8294a7d6998e0441523f1895 (diff) |
Fix XHP tag
Change-Id: I90f3290ba28baa88d8d60808234a3ed510d81d19
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/149596
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
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 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. |