diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-08-24 13:41:34 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-08-24 13:41:34 +0000 |
commit | 995da06472b95c4690bcdc1ea47307ba40462bc3 (patch) | |
tree | b03c05391f2187f7c3fedc1fb6c9a9d1a5f98a3f /wizards/source/formwizard/DBMeta.xba | |
parent | 8051a9354999f4e703e0fe2a2d7ec52eeb4d0c48 (diff) |
#91238# Boolean fieldwidths now also calculated
Diffstat (limited to 'wizards/source/formwizard/DBMeta.xba')
-rw-r--r-- | wizards/source/formwizard/DBMeta.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/formwizard/DBMeta.xba b/wizards/source/formwizard/DBMeta.xba index a51e48662..107d363f1 100644 --- a/wizards/source/formwizard/DBMeta.xba +++ b/wizards/source/formwizard/DBMeta.xba @@ -229,7 +229,7 @@ Dim LocCommandTypes(MaxTableIndex + MaxQueryIndex + 1) as Integer For i = 0 To MaxTableIndex LocCommandTypes(i) = com.sun.star.sdb.CommandType.TABLE Next i - a = i + 1 + a = i For i = 0 To MaxQueryIndex LocCommandTypes(a) = com.sun.star.sdb.CommandType.QUERY Next i |