summaryrefslogtreecommitdiff
path: root/wizards/source/webwizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/webwizard')
-rw-r--r--wizards/source/webwizard/HtmlAutoPilotBasic.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/webwizard/HtmlAutoPilotBasic.xba b/wizards/source/webwizard/HtmlAutoPilotBasic.xba
index b474841a29b4..82b1cb20836c 100644
--- a/wizards/source/webwizard/HtmlAutoPilotBasic.xba
+++ b/wizards/source/webwizard/HtmlAutoPilotBasic.xba
@@ -105,7 +105,7 @@ Dim CurInd as Integer
'On Local Error Goto ErrorOcurred
' Todo:Check if the pointer is really disabled, when set to Hourglass
ToggleDialogControls(False)
-' oBaseDocument.LockControllers
+ oBaseDocument.LockControllers
' Get selected list entry and corresponding file name
CurInd = GetCurIndex(DialogModel.lbTemplate, Layout(), NumberofLayouts%, 2)
oCursor = oBaseDocument.Text.CreateTextCursor()
@@ -119,7 +119,7 @@ ErrorOcurred:
If Err <> 0 Then
MsgBox(WebWiz_gErrWhileReloading$, 16, WebWiz_gWizardName$)
End If
-' oBaseDocument.UnlockControllers
+ oBaseDocument.UnlockControllers
oViewCursor.GotoStart(False)
ToggleDialogControls(True, "lbTemplate")
End Sub