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 | bba291be6e4381f73a319911f59ccddb08083b42 (patch) | |
tree | c226a5b4d71a512ca8a92f498ab797a5a334eb91 /wizards/source/formwizard/DBMeta.xba | |
parent | 71f9bc045f359488837ae864b31c3ffdd5e36d11 (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 a51e48662e0c..107d363f12bb 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 |