summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2023-07-23 10:53:24 +0200
committerJean-Pierre Ledure <jp@ledure.be>2023-07-23 16:10:06 +0200
commitd5e1e4103b2ee77140d4866c4b4f482cb0ee184f (patch)
treea3f61dbd74ac5e12db47884d5be5f57433ffb7ec /wizards
parentcaddaaa6afd2709f72dfb6160a485d405ac03966 (diff)
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 <jp@ledure.be> Tested-by: Jenkins
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/SF_FileSystem.xba8
1 files changed, 4 insertions, 4 deletions
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
&apos;&apos;&apos; File size if FileName exists
&apos;&apos;&apos; 0 when FileName belongs to a document&apos;s internal file systems.
&apos;&apos;&apos; Exceptions:
-&apos;&apos;&apos; UNKNOWNFILEERROR The file does not exist of is a folder
+&apos;&apos;&apos; UNKNOWNFILEERROR The file does not exist or is a folder
&apos;&apos;&apos; Example:
&apos;&apos;&apos; Print SF_FileSystem.GetFileLen(&quot;C:\pagefile.sys&quot;)
@@ -1018,7 +1018,7 @@ Public Function GetFileModified(Optional ByVal FileName As Variant) As Variant
&apos;&apos;&apos; Returns:
&apos;&apos;&apos; The modification date and time as a Basic Date
&apos;&apos;&apos; Exceptions:
-&apos;&apos;&apos; UNKNOWNFILEERROR The file does not exist of is a folder
+&apos;&apos;&apos; UNKNOWNFILEERROR The file does not exist or is a folder
&apos;&apos;&apos; FILESYSTEMERROR The method is not applicable on document&apos;s file systems
&apos;&apos;&apos; Example:
&apos;&apos;&apos; Dim a As Date
@@ -1248,7 +1248,7 @@ Public Function HashFile(Optional ByVal FileName As Variant _
&apos;&apos;&apos; The requested checksum as a string. Hexadecimal digits are lower-cased
&apos;&apos;&apos; A zero-length string when an error occurred
&apos;&apos;&apos; Exceptions:
-&apos;&apos;&apos; UNKNOWNFILEERROR The file does not exist of is a folder
+&apos;&apos;&apos; UNKNOWNFILEERROR The file does not exist or is a folder
&apos;&apos;&apos; FILESYSTEMERROR The method is not applicable on document&apos;s file systems
&apos;&apos;&apos; Example:
&apos;&apos;&apos; Print SF_FileSystem.HashFile(&quot;C:\pagefile.sys&quot;, &quot;MD5&quot;)
@@ -2370,4 +2370,4 @@ Dim sFolder As String &apos; Folder
End Function &apos; ScriptForge.SF_FileSystem._SFInstallFolder
REM ============================================ END OF SCRIPTFORGE.SF_FileSystem
-</script:module>
+</script:module> \ No newline at end of file