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 _
 &apos;&apos;&apos;                     The file must exist.
 &apos;&apos;&apos;             Range: either
 &apos;&apos;&apos;                     &quot;sheet.cells&quot;, where 
&quot;sheet&quot; is the mandatory sheet name, eventually
-&apos;&apos;&apos;                             surrounded with single wuotes 
when it contains special characters,
+&apos;&apos;&apos;                             surrounded with single quotes 
when it contains special characters,
 &apos;&apos;&apos;                             and &quot;cells&quot; is the 
single cell or the range of cells
 &apos;&apos;&apos;                             to be considered, in A1 
notation with or without dollar signs
 &apos;&apos;&apos;                     a defined name at document-global level.
@@ -1188,4 +1188,4 @@ CatchNotFound:
 End Function   &apos;  ScriptForge.SF_Session._GetScript
 
 REM =============================================== END OF 
SCRIPTFORGE.SF_SESSION
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to