source/text/sbasic/shared/03090000.xhp | 2 +- source/text/sbasic/shared/03090100.xhp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 23fa7d66f1e1a2aa2f237d7e93b0412c90de1d33 Author: Johnny_M <kla...@partyheld.de> AuthorDate: Fri Jul 3 13:39:41 2020 +0200 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Sun Jul 5 15:13:17 2020 +0200 tdf#132643 Translate German section IDs Change-Id: I8bcd3e01871d99735078e8e620c42d15ac7330f1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97851 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/source/text/sbasic/shared/03090000.xhp b/source/text/sbasic/shared/03090000.xhp index 25ef80889..b182c624f 100644 --- a/source/text/sbasic/shared/03090000.xhp +++ b/source/text/sbasic/shared/03090000.xhp @@ -37,7 +37,7 @@ <paragraph role="paragraph" id="par_id3143268" xml-lang="en-US">The following statements control the execution of a program.</paragraph> </section> <paragraph role="paragraph" id="par_id3156152" xml-lang="en-US">A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements.</paragraph> - <embed href="text/sbasic/shared/03090100.xhp#entscheidung"/> + <embed href="text/sbasic/shared/03090100.xhp#conditions"/> <embed href="text/sbasic/shared/03090200.xhp#loops"/> <embed href="text/sbasic/shared/03090300.xhp#jumps"/> <embed href="text/sbasic/shared/03090400.xhp#further_statements"/> diff --git a/source/text/sbasic/shared/03090100.xhp b/source/text/sbasic/shared/03090100.xhp index a27d2a66c..e34cf1f1f 100644 --- a/source/text/sbasic/shared/03090100.xhp +++ b/source/text/sbasic/shared/03090100.xhp @@ -32,7 +32,7 @@ <body> - <section id="entscheidung"> + <section id="conditions"> <paragraph id="hd_id3154422" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090100.xhp" name="Condition Statements">Condition Statements</link></paragraph> <paragraph role="paragraph" id="par_id3153750" xml-lang="en-US">The following statements are based on conditions.</paragraph> </section> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits