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

New commits:
commit ff28b2273c769b7085c031f135131724af25d2c7
Author:     Alain Romedenne <alain.romede...@libreoffice.org>
AuthorDate: Fri Feb 17 15:41:06 2023 +0000
Commit:     Alain Romedenne <alain.romede...@libreoffice.org>
CommitDate: Fri Feb 17 15:43:21 2023 +0000

    typo
    
    Change-Id: I67540e5f1feec3baa6d585a508fc5b270c0981ae
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147241
    Tested-by: Jenkins
    Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03170020.xhp 
b/source/text/sbasic/shared/03170020.xhp
index ea5d3972e5..567b9fb5bc 100644
--- a/source/text/sbasic/shared/03170020.xhp
+++ b/source/text/sbasic/shared/03170020.xhp
@@ -41,7 +41,7 @@
 
         <paragraph role="bascode" id="par_id671542204307459" xml-lang="en-US"> 
 MsgBox FormatPercent("-,2", 2, IncludeLeadingDigit:=vbTrue) ' -20,00% if 
french user interface</paragraph>
 
-        <paragraph role="bascode" id="par_id61542204328859" xml-lang="en-US">  
MsgBox FormatPercent("-0.2", 2) ' -20.00% for en-US, -0.00 for fr-CA, de-AT or 
pt-BR</paragraph>
+        <paragraph role="bascode" id="par_id61542204328859" xml-lang="en-US">  
MsgBox FormatPercent("-0.2", 2) ' -20.00% for en-US, -0,00 for fr-CA, de-AT or 
pt-BR</paragraph>
 
         <paragraph role="bascode" id="par_id421542204347269" xml-lang="en-US"> 
 MsgBox FormatPercent(-0.2, UseComputerRegionalSettings, 
UseParensForNegativeNumbers:=vbTrue) ' (20,00)% if pt-BR</paragraph>
 

Reply via email to