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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Feb 14 14:24:05 UTC 2019


 source/text/sbasic/python/python_session.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 96e5f8c5059270f9d17b0151a90b6893eb3f433d
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Feb 14 12:20:14 2019 -0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Thu Feb 14 15:23:43 2019 +0100

    Mute l10n for python uncomented code lines
    
    Change-Id: Ia5bc3debed55813c9481acf360b96731266e7000
    Reviewed-on: https://gerrit.libreoffice.org/67822
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/python/python_session.xhp b/source/text/sbasic/python/python_session.xhp
index d99bcdb38..3d54a6ffe 100644
--- a/source/text/sbasic/python/python_session.xhp
+++ b/source/text/sbasic/python/python_session.xhp
@@ -47,11 +47,11 @@
     </pycode>
     <h3 id="N0361">With %PRODUCTNAME Basic.</h3>
     <bascode>
-        <paragraph role="bascode" xml-lang="en-US" id="N0362">Sub Session_example()</paragraph>
+        <paragraph role="bascode" localize="false" id="N0362">Sub Session_example()</paragraph>
         <paragraph role="bascode" localize="false" id="N0363">    Dim s As New Session ' instance of Session class</paragraph>
         <paragraph role="bascode" xml-lang="en-US" id="N0364">    Print "Shared scripts location:", s.SharedScripts</paragraph>
         <paragraph role="bascode" xml-lang="en-US" id="N0365">    MsgBox s.UserName,,"Hello"</paragraph>
-        <paragraph role="bascode" xml-lang="en-US" id="N0366">    Print s.UserScripts, Chr(13), s.UserPythonScripts</paragraph>
+        <paragraph role="bascode" localize="false" id="N0366">    Print s.UserScripts, Chr(13), s.UserPythonScripts</paragraph>
         <paragraph role="bascode" localize="false" id="N0367">End Sub ' Session_example</paragraph>
     </bascode>
     <h3 id="N0368">Using COM/OLE and Visual Basic Scripting language.</h3>


More information about the Libreoffice-commits mailing list