wizards/source/scriptforge/SF_Session.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit b0e0ce33a0dbfc296c7daae01138f2d7d1eae5d3 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 6 15:27:16 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Aug 6 16:31:00 2025 +0200 Fix typo Change-Id: I8fd866a1ac73cb925f95c2730051b8c493b02309 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189010 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/scriptforge/SF_Session.xba b/wizards/source/scriptforge/SF_Session.xba index 281ff301727a..ce89fb8f3bbc 100644 --- a/wizards/source/scriptforge/SF_Session.xba +++ b/wizards/source/scriptforge/SF_Session.xba @@ -342,7 +342,7 @@ Public Function GetRangeFromCalc(Optional ByVal FileName As Variant _ ''' The file must exist. ''' Range: either ''' "sheet.cells", where "sheet" is the mandatory sheet name, eventually -''' surrounded with single wuotes when it contains special characters, +''' surrounded with single quotes when it contains special characters, ''' and "cells" is the single cell or the range of cells ''' to be considered, in A1 notation with or without dollar signs ''' a defined name at document-global level. @@ -1188,4 +1188,4 @@ CatchNotFound: End Function ' ScriptForge.SF_Session._GetScript REM =============================================== END OF SCRIPTFORGE.SF_SESSION -</script:module> \ No newline at end of file +</script:module>