From 35e3b240996d1ad5f3011d72f92e8623665a09e2 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 25 May 2022 23:27:05 +0200 Subject: Fix typo in reference following f3b76b5e8d644176704c4619304278869ae57127 tdf#141474 Cdbl, Cint, Clng, Csng accept keyword arguments Change-Id: Ie580b7a975fe0f5bf0e3563fd9dba7762314a2f1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134911 Tested-by: Jenkins Reviewed-by: Rafael Lima Reviewed-by: Julien Nabet --- source/text/sbasic/shared/03100600.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/sbasic') diff --git a/source/text/sbasic/shared/03100600.xhp b/source/text/sbasic/shared/03100600.xhp index 52e43f16cf..a8743a0b88 100644 --- a/source/text/sbasic/shared/03100600.xhp +++ b/source/text/sbasic/shared/03100600.xhp @@ -45,7 +45,7 @@ Long - + If Expression lies outside the valid long integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic returns an overflow error. This function always rounds the fractional part of a number to the nearest integer. -- cgit