summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard/Language.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-06-18 12:18:28 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-06-18 12:18:28 +0000
commitaa1ad31f15769c121922028335979f570cdc434e (patch)
treeca32c2c0108d387a768e1c69007a9f7ea595f33f /wizards/source/formwizard/Language.xba
parent56dfa18fd302c8920140c19d82ae89b686e499b0 (diff)
#87606# Numericfields by FormattedFields replaced
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) = &quot;com.sun.star.form.component.CheckBox&quot;
oModelService(cDateBox) = &quot;com.sun.star.form.component.DateField&quot;
oModelService(cTimeBox) = &quot;com.sun.star.form.component.TimeField&quot;
- oModelService(cNumericBox) = &quot;com.sun.star.form.component.NumericField&quot;
- oModelService(cCurrencyBox) = &quot;com.sun.star.form.component.CurrencyField&quot;
+ 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