wizards/source/sfdocuments/SF_Document.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d86f1ec88a59b38b8f6533154551e708380b2ce7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Oct 5 21:29:36 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> 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 <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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: