source/text/sbasic/shared/ErrVBA.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3422c57c7f8b770def12ab81bf5cfd32749aa140
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Aug 15 21:37:35 2020 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Sun Aug 16 16:32:02 2020 +0200

    Fix typo
    
    Change-Id: I43bea4f872ff58d0544114201703c5fd03f42328
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100780
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/ErrVBA.xhp 
b/source/text/sbasic/shared/ErrVBA.xhp
index 61170825d..bdb81c02c 100644
--- a/source/text/sbasic/shared/ErrVBA.xhp
+++ b/source/text/sbasic/shared/ErrVBA.xhp
@@ -68,7 +68,7 @@
          <paragraph role="bascode" id="N0039" localize="false">    Dim aDesc 
As String : aDesc = Space(80)</paragraph>
          <paragraph role="bascode" id="N003A" localize="false">    On Local 
Error GoTo AlertAndExecNext</paragraph>
          <paragraph role="bascode" id="N0040" localize="false">    
Err.Raise(91, &quot;ThrowErrors&quot;, Error(91))</paragraph>
-         <paragraph role="bascode" id="N0041" xml-lang="en-US">    Err.Raise 
2020, Description:=&quot;This is an intented user-defined error 
…&quot;</paragraph>
+         <paragraph role="bascode" id="N0041" xml-lang="en-US">    Err.Raise 
2020, Description:=&quot;This is an intended user-defined error 
…&quot;</paragraph>
          <paragraph role="bascode" id="N0042" localize="false">    
Err.Raise(4096, &quot;Standard.Module1.ThrowErrors&quot;, aDesc)</paragraph>
          <paragraph role="bascode" id="N0043" localize="false">    Exit 
Sub</paragraph>
          <paragraph role="bascode" id="N0044" 
localize="false">AlertAndExecNext:</paragraph>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to