diff options
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdocuments/SF_Calc.xba | 4 |
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 ''' Check the validity of the sheet name: -''' A sheet name - must not be ampty +''' A sheet name - must not be empty ''' - must not contain next characters: []*?:/\ ''' - must not use ' (the apostrophe) as first or last character ''' Args: @@ -4525,4 +4525,4 @@ CatchSheet: End Function ' SFDocuments.SF_Calc._ValidateSheetName REM ============================================ END OF SFDOCUMENTS.SF_CALC -</script:module>
\ No newline at end of file +</script:module> |