From 26cd9a5e8be28097e59188bcdf6bcaa9c75be4e4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 18 Apr 2022 22:07:19 +0200 Subject: Fix typo Change-Id: I624ec6267f5a72105c3d600d390849586b839da6 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133154 Tested-by: Jenkins Reviewed-by: Julien Nabet --- source/text/sbasic/shared/03/lib_tools.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/text/sbasic/shared/03/lib_tools.xhp b/source/text/sbasic/shared/03/lib_tools.xhp index 5c2c7512e1..2ed625b5aa 100644 --- a/source/text/sbasic/shared/03/lib_tools.xhp +++ b/source/text/sbasic/shared/03/lib_tools.xhp @@ -213,7 +213,7 @@ InputStyleName as String)

ChangeValueofRange

- ' Inserts a certain String to all cells of a Range that ist passed over either as an object or as the RangeName. + ' Inserts a certain String to all cells of a Range that is passed over either as an object or as the RangeName. Sub ChangeValueofRange( oSheet as Object, -- cgit