wizards/source/scriptforge/SF_FileSystem.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 56edc523a4aa2a99ce15c66d42a8c7ba55bf1580 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Jul 22 23:18:14 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jul 23 10:05:28 2023 +0200 Fix typo Change-Id: I2a14c233aa09aec55b18dae2d4018a07c012ab52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154795 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/wizards/source/scriptforge/SF_FileSystem.xba b/wizards/source/scriptforge/SF_FileSystem.xba index 5ece60af8be7..d7b8ba926442 100644 --- a/wizards/source/scriptforge/SF_FileSystem.xba +++ b/wizards/source/scriptforge/SF_FileSystem.xba @@ -2245,7 +2245,7 @@ Private Sub _ScanFolder(ByVal piTarget As Integer _ Dim vSubFolders As Variant ' Array of subfolders 1st level in URL notation Dim vFiles As Variant ' Array of files present in psFolderName in FileNaming notation Dim lFiles As Long ' Number of files found passing the filter -Dim sFolderName As String ' URL lias for psFolderName +Dim sFolderName As String ' URL alias for psFolderName Dim sItem As String ' Single folder or single file in FileNaming notation Dim sItemName As String ' Base name of sItem Dim bFolder As Boolean ' When True, the considered string points to a folder, not a file @@ -2370,4 +2370,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>
