diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-07 12:55:49 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-09 12:55:48 +0100 |
commit | 571be264d9604c3d77036e26812f909655cc0bb2 (patch) | |
tree | 364c99add23501d74e7c8abddd3aea17dc0ab584 /wizards | |
parent | a79e7dc9e8097c199e91288027861e3883e14d1b (diff) |
Fix typos
Change-Id: I50e8988c320c0068f7adf4a3429d7639df0cbcd1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129596
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/SF_FileSystem.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/SF_FileSystem.xba b/wizards/source/scriptforge/SF_FileSystem.xba index 935c559f5c8e..c0b7e8316fe8 100644 --- a/wizards/source/scriptforge/SF_FileSystem.xba +++ b/wizards/source/scriptforge/SF_FileSystem.xba @@ -687,7 +687,7 @@ Finally: Exit Function Catch: GoTo Finally -End Function ' ScritForge.SF_FileSystem.ExtensionFolder +End Function ' ScriptForge.SF_FileSystem.ExtensionFolder REM ----------------------------------------------------------------------------- Public Function FileExists(Optional ByVal FileName As Variant) As Boolean @@ -2125,4 +2125,4 @@ Dim sFolder As String ' Folder End Function ' ScriptForge.SF_FileSystem._SFInstallFolder REM ============================================ END OF SCRIPTFORGE.SF_FileSystem -</script:module>
\ No newline at end of file +</script:module> |