diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:23:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:23:54 +0000 |
commit | 6a2324353e7a0e0483df5f684713dcb50071c502 (patch) | |
tree | fde8f52b7def6396c14cfe32b446c48864524f41 | |
parent | e29c95a0318eb5143315ca3ee402b5e62b331313 (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
-rw-r--r-- | wizards/source/formwizard/Language.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/formwizard/Language.xba b/wizards/source/formwizard/Language.xba index a8a158289..1d1d5bf6a 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 |