summaryrefslogtreecommitdiff
path: root/wizards/source/webwizard/HtmlAutoPilotBasic.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/webwizard/HtmlAutoPilotBasic.xba')
-rw-r--r--wizards/source/webwizard/HtmlAutoPilotBasic.xba3
1 files changed, 2 insertions, 1 deletions
diff --git a/wizards/source/webwizard/HtmlAutoPilotBasic.xba b/wizards/source/webwizard/HtmlAutoPilotBasic.xba
index 576667416fc7..a605c04c0655 100644
--- a/wizards/source/webwizard/HtmlAutoPilotBasic.xba
+++ b/wizards/source/webwizard/HtmlAutoPilotBasic.xba
@@ -304,6 +304,7 @@ Dim LocMaxIndex as Integer
bItemFound = False
TemplatePath = GetOfficeSubPath("Template", "wizard/web/")
DirContent() = oUcb.GetFolderContents(TemplatePath,True)
+ DirContent() = BubbleSortList(DirContent())
LocMaxIndex = Ubound(DirContent())
a = 0
For i = 0 To LocMaxIndex
@@ -529,4 +530,4 @@ Sub SetTileBackgroundorNot(DialogModel as Object, oStyle as Object)
End If
End Sub
-</script:module>
+</script:module> \ No newline at end of file