From 4b1d391bfa22e1090122c9dec944f60860b6f557 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sun, 2 Jun 2019 21:17:20 +0200 Subject: 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 (cherry picked from commit 3e4a49f5e61c535044538a23eaf7a6b222a7c57a) Reviewed-on: https://gerrit.libreoffice.org/73361 Reviewed-by: Adolfo Jayme Barrientos --- source/text/scalc/01/func_switch.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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 @@ SWITCH function

SWITCH

- SWITCH compares expression with value1 to valuen 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. + SWITCH compares expression with value1 to valuen 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. -- cgit