diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-10-02 09:24:11 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-10-02 09:24:11 +0000 |
commit | c8ffa0439106c3242d23ed45661e18dacea0e72f (patch) | |
tree | 1b8179e8d9f56c7568c333a508bfdc3d2a572198 /wizards/source/webwizard | |
parent | 90208cf75607baacad41b4a301d89bd57145a94c (diff) |
#91427# Controller locking and unlocking reinserted
Diffstat (limited to 'wizards/source/webwizard')
-rw-r--r-- | wizards/source/webwizard/HtmlAutoPilotBasic.xba | 4 |
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 |