INTEGRATION: CWS insight01 (1.25.138); FILE MERGED

2004/07/07 08:46:42 bc 1.25.138.1: ##Formwizard now also works with unregistered datasources
This commit is contained in:
Jens-Heiner Rechtien 2004-08-02 16:23:54 +00:00
parent 4c7d88587e
commit f481bbbddb

View file

@ -79,7 +79,6 @@ Dim slblFields as String
.cmdHelp.Label = GetResText(RID_COMMON + 20)
sGoOn = GetResText(RID_COMMON + 3)
.cmdGoOn.Label = sGoOn
.lblDatabases.Label = GetResText(RID_FORM + 11)
.lblTables.Label = GetResText(RID_FORM + 6)
slblFields = GetResText(RID_FORM + 12)
@ -277,4 +276,5 @@ Sub InitializeWidthList()
oModelService(cNumericBox) = "com.sun.star.form.component.FormattedField"
oModelService(cGridControl) = "com.sun.star.form.component.GridControl"
oModelService(cImageControl) = "com.sun.star.form.component.DatabaseImageControl"
End Sub</script:module>
End Sub
</script:module>