summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard/Language.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/formwizard/Language.xba')
-rw-r--r--wizards/source/formwizard/Language.xba3
1 files changed, 1 insertions, 2 deletions
diff --git a/wizards/source/formwizard/Language.xba b/wizards/source/formwizard/Language.xba
index ae60dd6e8ffa..aaa0313c8e68 100644
--- a/wizards/source/formwizard/Language.xba
+++ b/wizards/source/formwizard/Language.xba
@@ -281,8 +281,7 @@ Sub InitializeWidthList()
oModelService(cCheckBox) = "com.sun.star.form.component.CheckBox"
oModelService(cDateBox) = "com.sun.star.form.component.DateField"
oModelService(cTimeBox) = "com.sun.star.form.component.TimeField"
- oModelService(cNumericBox) = "com.sun.star.form.component.NumericField"
- oModelService(cCurrencyBox) = "com.sun.star.form.component.CurrencyField"
+ 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