diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-06 12:41:28 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-06 21:19:56 +0200 |
commit | 9b3d70c0729753eed46c25efeae69018983b480a (patch) | |
tree | 5e7ea9e55d23b66e84882c3b8008f694ce4277a2 /source/text/sbasic | |
parent | b19bd2ac6ccc68f8b0c1da40f4d68f2bca0c7c44 (diff) |
Make param description list uniform with similar pages.
Change-Id: I4e4fbb99eb2b2b76a25ab9a6931147105f9df169
Reviewed-on: https://gerrit.libreoffice.org/52497
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/03030110.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03030110.xhp b/source/text/sbasic/shared/03030110.xhp index c408550b4c..9fb32487b8 100644 --- a/source/text/sbasic/shared/03030110.xhp +++ b/source/text/sbasic/shared/03030110.xhp @@ -47,7 +47,7 @@ <paragraph id="par_idN10622" role="paragraph" xml-lang="en-US">A Variant containing a date.</paragraph> <paragraph id="par_idN10625" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph> -<paragraph id="par_idN10629" role="paragraph" xml-lang="en-US">Add - A string expression from the following table, specifying the date interval.</paragraph> + <paragraph id="par_idN10629" role="paragraph" xml-lang="en-US"><emph>Add</emph> - A string expression from the following table, specifying the date interval.</paragraph> <section id="datetable"> @@ -143,8 +143,8 @@ </table> </section> -<paragraph id="par_idN106C1" role="paragraph" xml-lang="en-US">Count - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative).</paragraph> -<paragraph id="par_idN106C4" role="paragraph" xml-lang="en-US">Date - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value.</paragraph> +<paragraph id="par_idN106C1" role="paragraph" xml-lang="en-US"><emph>Count</emph> - A numerical expression specifying how often the Add interval will be added (Count is positive) or subtracted (Count is negative).</paragraph> +<paragraph id="par_idN106C4" role="paragraph" xml-lang="en-US"><emph>Date</emph> - A given date or the name of a Variant variable containing a date. The Add value will be added Count times to this value.</paragraph> <paragraph id="par_idN106C7" role="heading" level="2" xml-lang="en-US">Example:</paragraph> <bascode> |