diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-29 16:49:56 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-08 18:13:40 +0200 |
commit | 77a7dad4708af45da61d34b74a8d6dea1bd4ad8a (patch) | |
tree | 88fd36553fd8d596e85947667ec5902d7f38945d /source | |
parent | de1399f3c89be3f91faef69242c3646f3a5fd4ba (diff) |
(IF func) Minor correction to syntax statement
Change-Id: Ib97051224752f5740e7afa0a6da336bfdf7beeb7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95119
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 8e5429d50be89dc929cb2e03f339e837481abc9a)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95712
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/04060105.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp index c85d57592e..8957265b2f 100644 --- a/source/text/scalc/01/04060105.xhp +++ b/source/text/scalc/01/04060105.xhp @@ -94,7 +94,7 @@ <h2 id="hd_id3150141">IF</h2> <paragraph xml-lang="en-US" id="par_id3148740" role="paragraph"><ahelp hid="HID_FUNC_WENN">Specifies a logical test to be performed.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> - <paragraph xml-lang="en-US" id="par_id3154558" role="code">IF(Test[; ThenValue][; OtherwiseValue])</paragraph> + <paragraph xml-lang="en-US" id="par_id3154558" role="code">IF(Test [; ThenValue [; OtherwiseValue]])</paragraph> <paragraph xml-lang="en-US" id="par_id3149727" role="paragraph"> <emph>Test</emph> is any value or expression that can be TRUE or FALSE.</paragraph> <paragraph xml-lang="en-US" id="par_id3155828" role="paragraph"> |