[Libreoffice-commits] help.git: source/text

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Aug 16 14:32:22 UTC 2020


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

New commits:
commit 3422c57c7f8b770def12ab81bf5cfd32749aa140
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 15 21:37:35 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at 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.hallot at 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, "ThrowErrors", Error(91))</paragraph>
-         <paragraph role="bascode" id="N0041" xml-lang="en-US">    Err.Raise 2020, Description:="This is an intented user-defined error …"</paragraph>
+         <paragraph role="bascode" id="N0041" xml-lang="en-US">    Err.Raise 2020, Description:="This is an intended user-defined error …"</paragraph>
          <paragraph role="bascode" id="N0042" localize="false">    Err.Raise(4096, "Standard.Module1.ThrowErrors", aDesc)</paragraph>
          <paragraph role="bascode" id="N0043" localize="false">    Exit Sub</paragraph>
          <paragraph role="bascode" id="N0044" localize="false">AlertAndExecNext:</paragraph>


More information about the Libreoffice-commits mailing list