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

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


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

New commits:
commit 4fc3877798e3160da8d340c065cb8d72c596e496
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 15 21:52:55 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sun Aug 16 16:33:16 2020 +0200

    Fix typo
    
    Change-Id: I3291e75e14af1c840ae1fe6e343341fae464a4b1
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100782
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/03170010.xhp b/source/text/sbasic/shared/03170010.xhp
index cf582c729..2202cd123 100644
--- a/source/text/sbasic/shared/03170010.xhp
+++ b/source/text/sbasic/shared/03170010.xhp
@@ -79,7 +79,7 @@
     <embed href="text/sbasic/shared/00000003.xhp#err13"/>
     <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
     <bascode>
-        <paragraph role="bascode" id="par_id381542204697430" xml-lang="en-US" localize="false">Sub TestFormatNumeber</paragraph>
+        <paragraph role="bascode" id="par_id381542204697430" xml-lang="en-US" localize="false">Sub TestFormatNumber</paragraph>
         <paragraph role="bascode" id="par_id551542204266762" xml-lang="en-US" localize="false">testName = "Test 1: positive, 2 decimals"</paragraph>
         <paragraph role="bascode" id="par_id561542204276644" xml-lang="en-US" localize="false">str2 = "12.20"</paragraph>
         <paragraph role="bascode" id="par_id341542204281478" xml-lang="en-US" localize="false">str1 = FormatNumber("12.2", 2, vbFalse, vbFalse, vbFalse)</paragraph>


More information about the Libreoffice-commits mailing list