Kaydet (Commit) 6bb6ca1f authored tarafından Katarina Behrens's avatar Katarina Behrens

Related: tdf#80731 missing ')' breaks Gimmicks.Autotext macro

Change-Id: Idbfcab663b5f4dbd97b49f2771c62564ca7d7972
Reviewed-on: https://gerrit.libreoffice.org/34725Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst 7f0b3e90
......@@ -263,7 +263,7 @@ Dim MaxFileIndex as Integer
End If
Next i
End If
Loop Until m &gt; Ubound(DirList()
Loop Until m &gt; Ubound(DirList())
ReDim Preserve FileNameList(n-1,1) as String
ReadSourceDirectory() = FileNameList()
End Function
......@@ -319,4 +319,4 @@ Sub ToggleDialogControls(bDoEnable as Boolean)
.Label2.Enabled = bDoEnable
.TextField1.Enabled = bDoEnable
End With
End Sub</script:module>
\ No newline at end of file
End Sub</script:module>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment