summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-10-05 21:27:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-10-06 10:03:04 +0200
commit7bdc10dbb6621848d62e29601bd379e4895818e6 (patch)
tree4714bf32336dd88983eb63cf3a99b7568b3d9ccc /wizards
parent9a9836714e80fbb75bfc99e43fa54f66dff0e5f8 (diff)
Fix typo in code
Change-Id: I7bfff7c50e9b97fec7d2100a542849360bb48e90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157603 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdocuments/SF_Document.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfdocuments/SF_Document.xba b/wizards/source/sfdocuments/SF_Document.xba
index 30f575cb3048..eaf547c256e7 100644
--- a/wizards/source/sfdocuments/SF_Document.xba
+++ b/wizards/source/sfdocuments/SF_Document.xba
@@ -1787,7 +1787,7 @@ Const cstCAT = cstCAT0 &amp; &quot;,&quot; &amp; cstCAT1 &amp; &quot;,&quot; &a
Set oStyleDescriptor = Nothing
Check:
- If IsNull(poFamily) Then HoTo Vatch
+ If IsNull(poFamily) Then GoTo Vatch
If IsMissing(pvDisplayName) Or IsEmpty(pvDisplayName) Then pvDisplayName = &quot;&quot;
If IsMissing(pvStyleIndex) Or IsEmpty(pvStyleIndex) Then pvStyleIndex = -1
Try: