[Libreoffice-commits] help.git: source/text
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Jun 2 19:21:20 UTC 2019
source/text/scalc/01/func_switch.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3e4a49f5e61c535044538a23eaf7a6b222a7c57a
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sun Jun 2 21:17:20 2019 +0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sun Jun 2 21:20:59 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>
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