summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-10-22 15:36:32 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-10-22 15:36:32 +0000
commit79c610ccf43ac9d768e7ba8723eae1cf6e6f04a1 (patch)
tree9397874f89c0b88a430e730b1b42e7365e4dceaa /wizards/source
parentb157414e34323d29a91af722a0bfb08176e113ea (diff)
#103669# Styles Array made bigger
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/formwizard/Layouter.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/formwizard/Layouter.xba b/wizards/source/formwizard/Layouter.xba
index 47f3ed3cf79e..ae10314bbda3 100644
--- a/wizards/source/formwizard/Layouter.xba
+++ b/wizards/source/formwizard/Layouter.xba
@@ -54,7 +54,7 @@ Public Const cYOffset = 700
&apos; This is the viewed space that we lose because of the symbol bars
Public Const cSymbolMargin = 2000
Public Const MaxFieldIndex = 200
-
+
Public Const cControlCollectionCount = 9
Public Const cLabel = 1
Public Const cTextBox = 2
@@ -66,7 +66,7 @@ Public Const cCurrencyBox = 7
Public Const cGridControl = 8
Public Const cImageControl = 9
-Public Styles(50, 8) as String
+Public Styles(100, 8) as String
Public CurControlType as Integer
Public CurFieldlength as Double