summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/webwizard/Common.xba3
1 files changed, 1 insertions, 2 deletions
diff --git a/wizards/source/webwizard/Common.xba b/wizards/source/webwizard/Common.xba
index 287d96526fb2..b4c53942b270 100644
--- a/wizards/source/webwizard/Common.xba
+++ b/wizards/source/webwizard/Common.xba
@@ -46,8 +46,7 @@ Dim StylesOptions(0) as New com.sun.star.beans.PropertyValue
LoadNewStyles() = bLocWithBackGraphic
ErrorOcurred:
If Err <> 0 Then
- MsgBox
- (WebWiz_gErrWhileLoadStyles$, 16, WebWiz_gWizardName$)
+ MsgBox (WebWiz_gErrWhileLoadStyles$, 16, WebWiz_gWizardName$)
CancelHTMLWizard()
End If
End Function