summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard/tools.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/formwizard/tools.xba')
-rw-r--r--wizards/source/formwizard/tools.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/formwizard/tools.xba b/wizards/source/formwizard/tools.xba
index 3bf6322e33a2..d6f8ed419c73 100644
--- a/wizards/source/formwizard/tools.xba
+++ b/wizards/source/formwizard/tools.xba
@@ -227,7 +227,7 @@ Function SetNumerics(ByVal oLocObject as Object, iLocFieldType as Integer) as Ob
oLocObject.DefaultTime = CurDefaultValue
' Todo: Property TimeFormat? from where?
ElseIf CurControlType = cCheckBox Then
-' Todo Why does this not work?: oLocObject.DefautState = CurDefaultValue
+' Todo Why does this not work?: oLocObject.DefaultState = CurDefaultValue
End If
If oLocObject.PropertySetInfo.HasPropertybyName("FormatKey") Then
On Local Error Resume Next