source/text/sbasic/shared/03120306.xhp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit 31b37eb54557ef7bcbc412e781cf0a99b812ac0b Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Wed Jan 1 13:43:44 2025 +0100 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Wed Jan 1 18:48:13 2025 +0100 Mute L10n in BASIC examples Change-Id: I9feccab8811cfa728310e96eb1e7a78de452a1eb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/179591 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> (cherry picked from commit a63d9b986914704c1ad027660f7733e722980560) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/179593 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/source/text/sbasic/shared/03120306.xhp b/source/text/sbasic/shared/03120306.xhp index 86f9a3990d..99ce2f493e 100644 --- a/source/text/sbasic/shared/03120306.xhp +++ b/source/text/sbasic/shared/03120306.xhp @@ -23,7 +23,7 @@ <filename>/text/sbasic/shared/03120306.xhp</filename> </topic> </meta> -<body> +<body> <section id="mid"> <bookmark branch="index" id="bm_id3143268"> <bookmark_value>Mid function</bookmark_value> @@ -51,18 +51,18 @@ <bascode> <paragraph role="bascode" id="bas_id611731518138752" localize="false">Sub ExampleMid_Function_and_Statement</paragraph> <paragraph role="bascode" id="bas_id271731518141155" localize="false"> text = "This is the original Text"</paragraph> -<paragraph role="bascode" id="bas_id251731518141762">func1:</paragraph> +<paragraph role="bascode" id="bas_id251731518141762" localize="false">func1:</paragraph> <paragraph role="bascode" id="bas_id81731518142155"> MsgBox Mid(text, 13, 8) ' returns the word "original"</paragraph> <paragraph role="bascode" id="bas_id71731518142368"> MsgBox text ' text is not modified</paragraph> -<paragraph role="bascode" id="bas_id91731518142552">stmt1:</paragraph> +<paragraph role="bascode" id="bas_id91731518142552" localize="false">stmt1:</paragraph> <paragraph role="bascode" id="bas_id211731518272913" localize="false"> Mid(text, 13, 8, "new")</paragraph> <paragraph role="bascode" id="bas_id51731518274333"> MsgBox text ' returns "This is the new Text"</paragraph> -<paragraph role="bascode" id="bas_id651731518274713">func2:</paragraph> +<paragraph role="bascode" id="bas_id651731518274713" localize="false">func2:</paragraph> <paragraph role="bascode" id="bas_id461725547890578"> MsgBox Mid(start:=10, string:="The quick brown fox ..") ' shows " brown fox .."</paragraph> -<paragraph role="bascode" id="bas_id291731517149800">stmt2:</paragraph> +<paragraph role="bascode" id="bas_id291731517149800" localize="false">stmt2:</paragraph> <paragraph role="bascode" id="bas_id421731517151668" localize="false"> Mid text, 9, 12, "a new Phrase"</paragraph> <paragraph role="bascode" id="bas_id31731517580882"> MsgBox text ' returns "This is a new Phrase"</paragraph> -<paragraph id="par_idm1341550256" role="bascode">End Sub</paragraph> +<paragraph id="par_idm1341550256" role="bascode" localize="false">End Sub</paragraph> </bascode> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id161599082457466" localize="false"><embedvar href="text/sbasic/shared/00000003.xhp#stringfunctions"/></paragraph>