wizards/source/scriptforge/SF_FileSystem.xba | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit d5e1e4103b2ee77140d4866c4b4f482cb0ee184f Author: Jean-Pierre Ledure <j...@ledure.be> AuthorDate: Sun Jul 23 10:53:24 2023 +0200 Commit: Jean-Pierre Ledure <j...@ledure.be> CommitDate: Sun Jul 23 16:10:06 2023 +0200 ScriptForge (SF_FileSystem) Fix typos Typos in comment lines Change-Id: I5e92417af0c9fb1f6f4d240a5a7731c9efa5230d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154802 Reviewed-by: Jean-Pierre Ledure <j...@ledure.be> Tested-by: Jenkins diff --git a/wizards/source/scriptforge/SF_FileSystem.xba b/wizards/source/scriptforge/SF_FileSystem.xba index d7b8ba926442..e37d4d3dcec6 100644 --- a/wizards/source/scriptforge/SF_FileSystem.xba +++ b/wizards/source/scriptforge/SF_FileSystem.xba @@ -967,7 +967,7 @@ Public Function GetFileLen(Optional ByVal FileName As Variant) As Currency ''' File size if FileName exists ''' 0 when FileName belongs to a document's internal file systems. ''' Exceptions: -''' UNKNOWNFILEERROR The file does not exist of is a folder +''' UNKNOWNFILEERROR The file does not exist or is a folder ''' Example: ''' Print SF_FileSystem.GetFileLen("C:\pagefile.sys") @@ -1018,7 +1018,7 @@ Public Function GetFileModified(Optional ByVal FileName As Variant) As Variant ''' Returns: ''' The modification date and time as a Basic Date ''' Exceptions: -''' UNKNOWNFILEERROR The file does not exist of is a folder +''' UNKNOWNFILEERROR The file does not exist or is a folder ''' FILESYSTEMERROR The method is not applicable on document's file systems ''' Example: ''' Dim a As Date @@ -1248,7 +1248,7 @@ Public Function HashFile(Optional ByVal FileName As Variant _ ''' The requested checksum as a string. Hexadecimal digits are lower-cased ''' A zero-length string when an error occurred ''' Exceptions: -''' UNKNOWNFILEERROR The file does not exist of is a folder +''' UNKNOWNFILEERROR The file does not exist or is a folder ''' FILESYSTEMERROR The method is not applicable on document's file systems ''' Example: ''' Print SF_FileSystem.HashFile("C:\pagefile.sys", "MD5") @@ -2370,4 +2370,4 @@ Dim sFolder As String ' Folder End Function ' ScriptForge.SF_FileSystem._SFInstallFolder REM ============================================ END OF SCRIPTFORGE.SF_FileSystem -</script:module> +</script:module> \ No newline at end of file