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

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 1 15:13:01 UTC 2020


 source/text/sbasic/shared/calc_functions.xhp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 93dc60612485b96089088ec8c316e62b836b9bc4
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Wed Jul 1 12:00:45 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Wed Jul 1 17:12:40 2020 +0200

    mute l10n in some lines of Basic
    
    Change-Id: Ibdf0ffcf32e47174c3572d95e9afeaa366a109d9
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97640
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/calc_functions.xhp b/source/text/sbasic/shared/calc_functions.xhp
index 7f0169fd7..c9c18e3be 100644
--- a/source/text/sbasic/shared/calc_functions.xhp
+++ b/source/text/sbasic/shared/calc_functions.xhp
@@ -34,10 +34,10 @@
 <bascode>
 <paragraph role="bascode" id="bas_id421592358343633">REM Example calling Addin function SQRTPI</paragraph>
 <paragraph role="bascode" id="bas_id731592358351744">Function MySQRTPI(arg as double) as double</paragraph>
-<paragraph role="bascode" id="bas_id731592358361242">   Dim oService as Object</paragraph>
-<paragraph role="bascode" id="bas_id971592358368906">   oService = createUNOService("com.sun.star.sheet.addin.Analysis")</paragraph>
+<paragraph role="bascode" id="bas_id731592358361242" localize="false">   Dim oService as Object</paragraph>
+<paragraph role="bascode" id="bas_id971592358368906" localize="false">   oService = createUNOService("com.sun.star.sheet.addin.Analysis")</paragraph>
 <paragraph role="bascode" id="bas_id211592358377026">   MySQRTPI = oService.getSqrtPi(arg)</paragraph>
-<paragraph role="bascode" id="bas_id451592358385346">End Function</paragraph>
+<paragraph role="bascode" id="bas_id451592358385346" localize="false">End Function</paragraph>
 </bascode>
 
 <table id="tab_id971592356505781">


More information about the Libreoffice-commits mailing list