diff options
author | Johnny_M <klasse@partyheld.de> | 2020-05-30 14:32:15 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-31 16:32:48 +0200 |
commit | fd75d17e6b33abe9a0b46ebdbf64a4bf1a5a01c6 (patch) | |
tree | e2723f5268b801f735950161aeee24f964b463f4 | |
parent | d3fce853d65efdaad9f7ab11a1a3695a64150234 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I9aa7f076c7f2f68a53ec048dda450caea907796b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95185
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03090000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03090200.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03090000.xhp b/source/text/sbasic/shared/03090000.xhp index 66ff1e423f..fbb8139f39 100644 --- a/source/text/sbasic/shared/03090000.xhp +++ b/source/text/sbasic/shared/03090000.xhp @@ -38,7 +38,7 @@ </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/03090200.xhp#schleifen"/> + <embed href="text/sbasic/shared/03090200.xhp#loops"/> <embed href="text/sbasic/shared/03090300.xhp#sprung"/> <embed href="text/sbasic/shared/03090400.xhp#further_statements"/> </body> diff --git a/source/text/sbasic/shared/03090200.xhp b/source/text/sbasic/shared/03090200.xhp index 4f91a47152..41c8aaedfd 100644 --- a/source/text/sbasic/shared/03090200.xhp +++ b/source/text/sbasic/shared/03090200.xhp @@ -32,7 +32,7 @@ <body> - <section id="schleifen"> + <section id="loops"> <paragraph id="hd_id3153990" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090200.xhp" name="Loops">Loops</link></paragraph> <paragraph role="paragraph" id="par_id3147226" xml-lang="en-US">The following statements execute loops.</paragraph> </section> |