summaryrefslogtreecommitdiff
path: root/wizards/source/webwizard
diff options
context:
space:
mode:
authorTom Verbeek <tv@openoffice.org>2001-05-16 11:48:54 +0000
committerTom Verbeek <tv@openoffice.org>2001-05-16 11:48:54 +0000
commit3c9942db1ccb44392be1261061dd2335898149e2 (patch)
tree6ea3041569602dd30e13010c4dc3fd8285eb1dd9 /wizards/source/webwizard
parent8977c7a2fe82cd2176e0c2e7f989e5a7cbce5ef1 (diff)
#75761# fixed sorting of webwizard and calc styles
Diffstat (limited to 'wizards/source/webwizard')
-rw-r--r--wizards/source/webwizard/HtmlAutoPilotBasic.xba3
-rw-r--r--wizards/source/webwizard/WebWzrd.xdl2
2 files changed, 3 insertions, 2 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(&quot;Template&quot;, &quot;wizard/web/&quot;)
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
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 @@
<dlg:style dlg:style-id="0"/>
</dlg:styles>
<dlg:bulletinboard>
- <dlg:button dlg:style-id="0" dlg:id="cbCancel" dlg:left="5" dlg:top="190" dlg:width="50" dlg:height="13" dlg:value="Cancel">
+ <dlg:button dlg:style-id="0" dlg:id="cbCancel" dlg:tab-index="0" dlg:left="5" dlg:top="190" dlg:width="50" dlg:height="13" dlg:value="Cancel">
<dlg:event dlg:listener-type="com.sun.star.awt.XActionListener" dlg:event-method="actionPerformed" dlg:script-type="StarBasic" dlg:script-code="WebWizard.HtmlAutoPilotBasic.CancelHTMLWizard"/>
</dlg:button>
<dlg:button dlg:style-id="0" dlg:id="cbHelp" dlg:tab-index="1" dlg:left="65" dlg:top="190" dlg:width="50" dlg:height="13" dlg:value="Help"/>