diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-06-02 21:17:20 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-06-03 06:01:48 +0200 |
commit | 4b1d391bfa22e1090122c9dec944f60860b6f557 (patch) | |
tree | c1ea6c88a054a189ce25ae4f70d4910a5ea8b34d /source | |
parent | 38cf025fa9e3766f5f86b0d307899d21f7e301fa (diff) |
tdf#125645 Fix reference in SWITCH function help page
Change-Id: I34cd365829187ea29fd45c43aa08d0b6a3cfdd4d
Reviewed-on: https://gerrit.libreoffice.org/73352
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 3e4a49f5e61c535044538a23eaf7a6b222a7c57a)
Reviewed-on: https://gerrit.libreoffice.org/73361
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_switch.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_switch.xhp b/source/text/scalc/01/func_switch.xhp index 45a286fd0d..36178c1be6 100644 --- a/source/text/scalc/01/func_switch.xhp +++ b/source/text/scalc/01/func_switch.xhp @@ -22,7 +22,7 @@ <bookmark_value>SWITCH function</bookmark_value> </bookmark> <h2 id="hd_id21556242313791"><variable id="switchfunct"><link href="text/scalc/01/func_switch.xhp" name="switch">SWITCH</link></variable></h2> - <paragraph id="par_id361556242313793" role="paragraph" xml-lang="en-US"><variable id="functionswitch"><ahelp hid=".">SWITCH compares <emph>expression</emph> with <emph>value1</emph> to <emph>valuen</emph> and returns the result belonging to the first value that equals expression. If there is no match and default_value is given, that will be returned.</ahelp></variable></paragraph> + <paragraph id="par_id361556242313793" role="paragraph" xml-lang="en-US"><variable id="functionswitch"><ahelp hid=".">SWITCH compares <emph>expression</emph> with <emph>value1</emph> to <emph>valuen</emph> and returns the result belonging to the first value that equals expression. If there is no match and default_result is given, that will be returned.</ahelp></variable></paragraph> </section> <embed href="text/scalc/00/avail_release.xhp#5.2"/> <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> |