summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-01-25 07:45:32 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-01-25 07:45:32 +0000
commit796005f59ad7bde82c2db07bfcd1fac06c15b16b (patch)
tree2deb4bcc2c1779674be4f5938b51b4aca8b58fbb /wizards
parent91dc8e119043dbc04d2f90dc7b432999e26bd96d (diff)
#96931# Now frame of new document is activated and deactivated
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/formwizard/FormWizard.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/formwizard/FormWizard.xba b/wizards/source/formwizard/FormWizard.xba
index b227f0d0edd3..36048a591ccf 100644
--- a/wizards/source/formwizard/FormWizard.xba
+++ b/wizards/source/formwizard/FormWizard.xba
@@ -85,7 +85,7 @@ Dim RetValue as Integer
WizardPath = GetOfficeSubPath(&quot;Template&quot;,&quot;wizard/&quot;)
TexturePath = GetOfficeSubPath(&quot;Gallery&quot;, &quot;www-back/&quot;)
WorkPath = GetPathSettings(&quot;Work&quot;)
- ToggleWindow(False)
+ oDocument.GetCurrentController().Frame.ComponentWindow.Enable = False
oProgressBar.Value = 5
GetDatabaseNames()
oProgressBar.Value = 10
@@ -151,7 +151,7 @@ Dim RetValue as Integer
oProgressBar.Value = 70
ConfigurePageStyle()
oProgressBar.Value = 80
- ToggleWindow(True)
+ oDocument.GetCurrentController().Frame.ComponentWindow.Enable = True
oProgressBar.Value = 90
oDialogModel.imgTheme.ImageURL = FormPath &amp; &quot;FormWizard_1.bmp&quot;
ToggleDatabasePage(True)