summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard/FormWizard.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-12-17 10:20:20 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-12-17 10:20:20 +0000
commitdfa10db0aac9dc1f1fdc766f017748715aca273c (patch)
treeabf45c8f4f548a45f203b0e510e78d8428024967 /wizards/source/formwizard/FormWizard.xba
parent575a8c2c7b5a9813d6aad45881d3391e2cb7a7a5 (diff)
#96003# Debugmode set to 'False'
Diffstat (limited to 'wizards/source/formwizard/FormWizard.xba')
-rw-r--r--wizards/source/formwizard/FormWizard.xba8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/source/formwizard/FormWizard.xba b/wizards/source/formwizard/FormWizard.xba
index c1c8a91a1..9e728f2ef 100644
--- a/wizards/source/formwizard/FormWizard.xba
+++ b/wizards/source/formwizard/FormWizard.xba
@@ -64,7 +64,7 @@ Dim i as Integer
Dim SelCount as Integer
BasicLibraries.LoadLibrary(&quot;Tools&quot;)
BasicLibraries.LoadLibrary(&quot;WebWizard&quot;)
- bDebug = True
+ bDebug = False
If Not bDebug Then
On Local Error GoTo WIZARDERROR
End If
@@ -126,7 +126,7 @@ Dim SelCount as Integer
DlgFormDB.GetControl(&quot;lstTables&quot;).SelectItemPos(SelIndex, True)
ElseIf CommandType = com.sun.star.sdb.CommandType.TABLE Then
SelIndex = IndexInArray(sContent, TableNames()
- DlgFormDB.GetControl(&quot;lstTables&quot;).SelectItemPos(Ubound(QueryNames()+1 + SelIndex, True)
+ DlgFormDB.GetControl(&quot;lstTables&quot;).SelectItemPos(Ubound(QueryNames()+1 + SelIndex, True)
End If
End If
CurCommandType = CommandType
@@ -166,10 +166,10 @@ Dim SelCount as Integer
oDocument.Dispose()
End If
WIZARDERROR:
- If Err &lt;&gt; 0 Then
+ If Err &lt;&gt; 0 Then
Msgbox(sMsgErrMsg, 16, GetProductName())
Resume LOCERROR
- LOCERROR:
+ LOCERROR:
End If
End Sub