wizards/source/sfdocuments/SF_Document.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d86f1ec88a59b38b8f6533154551e708380b2ce7 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Oct 5 21:29:36 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Fri Oct 6 10:03:29 2023 +0200 Fix typo Change-Id: Ib459277f1c535304a863d1061acf7b261e37aa7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157605 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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:
