summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:23:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 16:23:54 +0000
commitf481bbbddb340ecb34d46453a5b810594a466856 (patch)
tree6a3b58e8a8e6d8fcc19206bea7849561a70a5069 /wizards/source/formwizard
parent4c7d88587ec1cb61ebb679bbea935caa6d8357f8 (diff)
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
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) = &quot;com.sun.star.form.component.FormattedField&quot;
oModelService(cGridControl) = &quot;com.sun.star.form.component.GridControl&quot;
oModelService(cImageControl) = &quot;com.sun.star.form.component.DatabaseImageControl&quot;
-End Sub</script:module> \ No newline at end of file
+End Sub
+</script:module> \ No newline at end of file