summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/python/python_session.xhp
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-02-14 12:20:14 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-02-14 15:23:43 +0100
commit96e5f8c5059270f9d17b0151a90b6893eb3f433d (patch)
tree4763e54033d83f028be587416cc1948cf89d67f8 /source/text/sbasic/python/python_session.xhp
parentPython: improve navigation between Help pages (diff)
downloadhelp-96e5f8c5059270f9d17b0151a90b6893eb3f433d.tar.gz
help-96e5f8c5059270f9d17b0151a90b6893eb3f433d.zip
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/text/sbasic/python/python_session.xhp')
-rw-r--r--source/text/sbasic/python/python_session.xhp4
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 &apos; instance of Session class</paragraph>
<paragraph role="bascode" xml-lang="en-US" id="N0364"> Print &quot;Shared scripts location:&quot;, s.SharedScripts</paragraph>
<paragraph role="bascode" xml-lang="en-US" id="N0365"> MsgBox s.UserName,,&quot;Hello&quot;</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 &apos; Session_example</paragraph>
</bascode>
<h3 id="N0368">Using COM/OLE and Visual Basic Scripting language.</h3>