From 3c9942db1ccb44392be1261061dd2335898149e2 Mon Sep 17 00:00:00 2001 From: Tom Verbeek Date: Wed, 16 May 2001 11:48:54 +0000 Subject: #75761# fixed sorting of webwizard and calc styles --- wizards/source/webwizard/HtmlAutoPilotBasic.xba | 3 ++- wizards/source/webwizard/WebWzrd.xdl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'wizards/source/webwizard') 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 - + \ No newline at end of file diff --git a/wizards/source/webwizard/WebWzrd.xdl b/wizards/source/webwizard/WebWzrd.xdl index 9091f42b9434..23ee5b288a93 100644 --- a/wizards/source/webwizard/WebWzrd.xdl +++ b/wizards/source/webwizard/WebWzrd.xdl @@ -5,7 +5,7 @@ - + -- cgit