[Libreoffice-commits] help.git: Branch 'libreoffice-6-3' - source/text
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jun 3 04:02:09 UTC 2019
source/text/scalc/01/func_switch.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4b1d391bfa22e1090122c9dec944f60860b6f557
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sun Jun 2 21:17:20 2019 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Jun 3 06:01:48 2019 +0200
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 at libreoffice.org>
(cherry picked from commit 3e4a49f5e61c535044538a23eaf7a6b222a7c57a)
Reviewed-on: https://gerrit.libreoffice.org/73361
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/source/text/scalc/01/func_switch.xhp b/source/text/scalc/01/func_switch.xhp
index 45a286fd0..36178c1be 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"/>
More information about the Libreoffice-commits
mailing list