summaryrefslogtreecommitdiff
path: root/wizards/source/webwizard
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2001-10-02 09:24:11 +0000
committerBehrend Cornelius <bc@openoffice.org>2001-10-02 09:24:11 +0000
commitc8ffa0439106c3242d23ed45661e18dacea0e72f (patch)
tree1b8179e8d9f56c7568c333a508bfdc3d2a572198 /wizards/source/webwizard
parent90208cf75607baacad41b4a301d89bd57145a94c (diff)
#91427# Controller locking and unlocking reinserted
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
&apos;On Local Error Goto ErrorOcurred
&apos; Todo:Check if the pointer is really disabled, when set to Hourglass
ToggleDialogControls(False)
-&apos; oBaseDocument.LockControllers
+ oBaseDocument.LockControllers
&apos; 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 &lt;&gt; 0 Then
MsgBox(WebWiz_gErrWhileReloading$, 16, WebWiz_gWizardName$)
End If
-&apos; oBaseDocument.UnlockControllers
+ oBaseDocument.UnlockControllers
oViewCursor.GotoStart(False)
ToggleDialogControls(True, &quot;lbTemplate&quot;)
End Sub