wizards/source/sfdocuments/SF_Document.xba |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7bdc10dbb6621848d62e29601bd379e4895818e6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Oct 5 21:27:03 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Oct 6 10:03:04 2023 +0200

    Fix typo in code
    
    Change-Id: I7bfff7c50e9b97fec7d2100a542849360bb48e90
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157603
    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 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:

Reply via email to