summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard/Language.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-11-28 15:16:33 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-11-28 15:16:33 +0000
commit1c5561c3c9c4d23de435436e1c84d5f42a4d78bd (patch)
tree0041071540539fb17aab350e53f9b45ad79a96d9 /wizards/source/formwizard/Language.xba
parentc19921fd820cff6dfed3fdc500b4d6cdfbf4f814 (diff)
#95287# SetNumerics Routine improved
Diffstat (limited to 'wizards/source/formwizard/Language.xba')
-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 1c6f04e3de63..e090924a2c44 100644
--- a/wizards/source/formwizard/Language.xba
+++ b/wizards/source/formwizard/Language.xba
@@ -126,7 +126,7 @@ End Sub
Sub InitializeWidthList()
-&apos; &apos;Currency&apos; ist ein Flag, dass grundsätzlich an jedes Feld angehängt sein kann.
+&apos; Todo: &apos;Currency&apos; ist ein Flag, dass grundsätzlich an jedes Feld angehängt sein kann.
&apos; An der Connection kann man irgendwie abfragen, ob ein bestimmter Datentyp als Währung
&apos; interpretiert wird. Darstellung über Numberformatter. Ist nicht konsistent über Datenbanken.
&apos; außerdem dürften hier einige Treiber auch buggy sein.
@@ -235,7 +235,7 @@ Sub InitializeWidthList()
ImgWidthList(3,2) = False
ImgWidthList(3,3) = &quot;ImageControl&quot;
-&apos; Note: the following Fieldtypes cannot be presented
+&apos; Note: the following Fieldtypes are ignored
&apos;ExcludeList(0) = com.sun.star.sdbc.DataType.SQLNULL
&apos;ExcludeList(1) = com.sun.star.sdbc.DataType.OTHER
&apos;ExcludeList(2) = com.sun.star.sdbc.DataType.OBJECT