summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-06-28 06:34:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-06-28 07:08:40 +0200
commit213db06cbcd6dda8070b3a5f4b198a64f3465bf6 (patch)
treed69dc8f37184446a2194d04239991519086eef2d /wizards
parent30ef327ff4ad2eb213265596368677db9b4c074a (diff)
Fix typos
Change-Id: I05271bd76574c09683740204534ff8a6907fc784 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136522 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdocuments/SF_Calc.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdocuments/SF_Calc.xba b/wizards/source/sfdocuments/SF_Calc.xba
index 57d3d0fb63cf..fe833f3c838a 100644
--- a/wizards/source/sfdocuments/SF_Calc.xba
+++ b/wizards/source/sfdocuments/SF_Calc.xba
@@ -4496,7 +4496,7 @@ Private Function _ValidateSheetName(ByRef psSheetName As String _
, ByVal psArgName As String _
) As Boolean
&apos;&apos;&apos; Check the validity of the sheet name:
-&apos;&apos;&apos; A sheet name - must not be ampty
+&apos;&apos;&apos; A sheet name - must not be empty
&apos;&apos;&apos; - must not contain next characters: []*?:/\
&apos;&apos;&apos; - must not use &apos; (the apostrophe) as first or last character
&apos;&apos;&apos; Args:
@@ -4525,4 +4525,4 @@ CatchSheet:
End Function &apos; SFDocuments.SF_Calc._ValidateSheetName
REM ============================================ END OF SFDOCUMENTS.SF_CALC
-</script:module> \ No newline at end of file
+</script:module>