helpcontent2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e1646284ef5a0367c770fa27299db64eedc30cbb Author: Steve Fanning <stevemfann...@yahoo.co.uk> AuthorDate: Wed Oct 27 01:04:41 2021 +0200 Commit: Gerrit Code Review <ger...@gerrit.libreoffice.org> CommitDate: Wed Oct 27 01:04:41 2021 +0200
Update git submodules * Update helpcontent2 from branch 'master' to 7f8b84bbf7fda91426d01bab26b5fa0d148624a1 - Update help description of Calc’s TRUNC function. The help description for Calc’s TRUNC function currently does not indicate that the Count argument is optional. However, the help description for the ROUNDDOWN function does show the Count argument as optional. Since both user functions are implemented via one C++ function (ScRoundDown()), the optionality status of arguments should be the same for both functions. This was checked by confirming that the formulas =ROUNDDOWN(-45.67) and =TRUNC(-45.67) give the same return value (-45). This change updates the optionality status of Count for the TRUNC function and provides the additional example given above. Change-Id: I2078d068b870dd05f4c977a2f9909537ecf7f9ab Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124190 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/helpcontent2 b/helpcontent2 index c94585cd933b..7f8b84bbf7fd 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit c94585cd933b70a844719985ea63f70928e6d365 +Subproject commit 7f8b84bbf7fda91426d01bab26b5fa0d148624a1