summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/formwizard')
-rw-r--r--wizards/source/formwizard/Language.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/formwizard/Language.xba b/wizards/source/formwizard/Language.xba
index a8a158289b2d..1d1d5bf6ae76 100644
--- a/wizards/source/formwizard/Language.xba
+++ b/wizards/source/formwizard/Language.xba
@@ -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> \ No newline at end of file
+End Sub
+</script:module> \ No newline at end of file