From 598c6e058e6271f05d99903b578de3b635ea4bf8 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Thu, 28 May 2020 20:34:41 +0200 Subject: Minor change to layout of syntax statement (for consistency and clarity) Change-Id: Iebd6bfa9c23c9b02db16a03f82cac6c1bff09708 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95070 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 184c50cd4da27926f185e1fc79f6e6fcd9a10cc6) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95687 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/func_yearfrac.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/text/scalc/01/func_yearfrac.xhp b/source/text/scalc/01/func_yearfrac.xhp index 86c3b56e0c..135192689b 100644 --- a/source/text/scalc/01/func_yearfrac.xhp +++ b/source/text/scalc/01/func_yearfrac.xhp @@ -31,7 +31,7 @@ The result is the number of the years (including fractional part) between StartDate and EndDate. -YEARFRAC(StartDate; EndDate[; Basis]) +YEARFRAC(StartDate; EndDate [; Basis]) StartDate and EndDate are two date values.
-- cgit