diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-05 21:29:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-06 10:03:29 +0200 |
commit | d86f1ec88a59b38b8f6533154551e708380b2ce7 (patch) | |
tree | 784c9f9104ba4eff4d21f5f035d2bb967b72ef9d /wizards | |
parent | 7bdc10dbb6621848d62e29601bd379e4895818e6 (diff) |
Fix typo
Change-Id: Ib459277f1c535304a863d1061acf7b261e37aa7f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157605
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.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfdocuments/SF_Document.xba b/wizards/source/sfdocuments/SF_Document.xba index eaf547c256e7..ebfa7a405860 100644 --- a/wizards/source/sfdocuments/SF_Document.xba +++ b/wizards/source/sfdocuments/SF_Document.xba @@ -1787,7 +1787,7 @@ Const cstCAT = cstCAT0 & "," & cstCAT1 & "," &a Set oStyleDescriptor = Nothing Check: - If IsNull(poFamily) Then GoTo Vatch + If IsNull(poFamily) Then GoTo Catch If IsMissing(pvDisplayName) Or IsEmpty(pvDisplayName) Then pvDisplayName = "" If IsMissing(pvStyleIndex) Or IsEmpty(pvStyleIndex) Then pvStyleIndex = -1 Try: |