diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-02-14 12:20:14 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-02-14 15:23:43 +0100 |
commit | 96e5f8c5059270f9d17b0151a90b6893eb3f433d (patch) | |
tree | 4763e54033d83f028be587416cc1948cf89d67f8 /source | |
parent | 5f787a1f2d96dcc67dde76a688867a593bb815df (diff) |
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@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/python/python_session.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/python/python_session.xhp b/source/text/sbasic/python/python_session.xhp index d99bcdb38a..3d54a6ffe0 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> |