summaryrefslogtreecommitdiff
path: root/source/text/scalc
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-04-05 08:57:28 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-04-05 08:57:36 -0500
commitbf9c6c2a2b201e672b42bd36dcf08ce3e6601234 (patch)
tree442fc0690008ee02078a423cde77c70dccefa494 /source/text/scalc
parent58d1badf99624f469e9b16a4b00d11ec992ecc1c (diff)
Minor string fixes
Change-Id: If1f76eacb11216a0b647948e956c7c99711f4c35
Diffstat (limited to 'source/text/scalc')
-rw-r--r--source/text/scalc/01/func_rounddown.xhp2
1 files changed, 1 insertions, 1 deletions
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 @@
<paragraph role="paragraph" id="par_id861641927715672"><emph>Count:</emph> Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero).</paragraph>
<paragraph role="paragraph" id="par_id911641928545976">Use negative values for <emph>Count</emph> to round the integer part of the original <emph>Number</emph>. 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.</paragraph>
</section>
- <note id="par_id181641929609906">In %PRODUCTNAME the <emph>Count</emph> parameter is optional whereas in MS Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the <emph>Count</emph> parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility.</note>
+ <note id="par_id181641929609906">In %PRODUCTNAME, the <emph>Count</emph> parameter is optional, whereas in Microsoft Excel this parameter is mandatory. When an ODS file contains a call to ROUNDDOWN without the <emph>Count</emph> parameter and the file is exported to XLS or XLSX formats, the missing argument will automatically be added with value zero to maintain compatibility.</note>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph role="paragraph" id="par_id901641928192870"><input>=ROUNDDOWN(21.89)</input> returns 21. Note that this example uses the default value for <emph>Count</emph> which is 0.</paragraph>
<paragraph role="paragraph" id="par_id901641928192110"><input>=ROUNDDOWN(103.37,1)</input> returns 103.3.</paragraph>