From bf9c6c2a2b201e672b42bd36dcf08ce3e6601234 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Tue, 5 Apr 2022 08:57:28 -0500 Subject: Minor string fixes Change-Id: If1f76eacb11216a0b647948e956c7c99711f4c35 --- source/text/scalc/01/func_rounddown.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/scalc') diff --git a/source/text/scalc/01/func_rounddown.xhp b/source/text/scalc/01/func_rounddown.xhp index b313b2858c..bfe5516279 100644 --- a/source/text/scalc/01/func_rounddown.xhp +++ b/source/text/scalc/01/func_rounddown.xhp @@ -37,7 +37,7 @@ Count: Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero). Use negative values for Count to round the integer part of the original Number. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth. - In %PRODUCTNAME the Count parameter is optional whereas in MS Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the Count parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility. + In %PRODUCTNAME, the Count parameter is optional, whereas in Microsoft Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the Count parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility. =ROUNDDOWN(21.89) returns 21. Note that this example uses the default value for Count which is 0. =ROUNDDOWN(103.37,1) returns 103.3. -- cgit