From c8ffa0439106c3242d23ed45661e18dacea0e72f Mon Sep 17 00:00:00 2001 From: Behrend Cornelius Date: Tue, 2 Oct 2001 09:24:11 +0000 Subject: #91427# Controller locking and unlocking reinserted --- wizards/source/webwizard/HtmlAutoPilotBasic.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards/source/webwizard') 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 -- cgit