[Libreoffice-commits] help.git: Branch 'libreoffice-7-2' - source/text
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jun 21 14:22:28 UTC 2021
source/text/sbasic/shared/03/sf_base.xhp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 2e25493ddd84fb78578ec07a2678a5974a8d9488
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sat Jun 19 11:04:49 2021 -0300
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Jun 21 16:22:07 2021 +0200
Mute L10n of code statements samples
Change-Id: Id3ec35a2006614bc195812ca4ec25c8eaad85f38
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117500
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
(cherry picked from commit 8ac5aa2d78a907f03a19a1843ceb96f6828689fb)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117431
diff --git a/source/text/sbasic/shared/03/sf_base.xhp b/source/text/sbasic/shared/03/sf_base.xhp
index 23d0fb954..338cb5bf6 100644
--- a/source/text/sbasic/shared/03/sf_base.xhp
+++ b/source/text/sbasic/shared/03/sf_base.xhp
@@ -125,11 +125,11 @@
</bascode>
<embed href="text/sbasic/shared/00000003.xhp#In_Python"/>
<pycode>
- <paragraph role="pycode" id="pyc_id691623103639534">bas = CreateScriptService("Basic")</paragraph>
- <paragraph role="pycode" id="pyc_id101623103639206">doc = CreateScriptService("Document", bas.ThisDataBaseDocument)</paragraph>
- <paragraph role="pycode" id="pyc_id901623103639390">myForms = oDoc.FormDocuments()</paragraph>
- <paragraph role="pycode" id="pyc_id791623103639701">for formName in myForms:</paragraph>
- <paragraph role="pycode" id="pyc_id741623103639861"> bas.MsgBox(formName)</paragraph>
+ <paragraph role="pycode" localize="false" id="pyc_id691623103639534">bas = CreateScriptService("Basic")</paragraph>
+ <paragraph role="pycode" localize="false" id="pyc_id101623103639206">doc = CreateScriptService("Document", bas.ThisDataBaseDocument)</paragraph>
+ <paragraph role="pycode" localize="false" id="pyc_id901623103639390">myForms = oDoc.FormDocuments()</paragraph>
+ <paragraph role="pycode" localize="false" id="pyc_id791623103639701">for formName in myForms:</paragraph>
+ <paragraph role="pycode" localize="false" id="pyc_id741623103639861"> bas.MsgBox(formName)</paragraph>
</pycode>
<tip id="par_id921619036922844">To learn more about form documents, refer to the <link href="text/sbasic/shared/03/sf_form.xhp" name="Form service"><literal>Form</literal> service help page</link>.</tip>
</section>
More information about the Libreoffice-commits
mailing list