diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-16 14:29:55 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-17 13:13:16 +0200 |
commit | be0cdbd01369daeef3e41c0870f9637bf84343a5 (patch) | |
tree | 575cfc794c9b462ca40fad3e63b696dd20d013d2 | |
parent | 424385e099927a3b91b9499bf4910af317699dd1 (diff) |
tdf#132643 Translate German section IDs
Change-Id: Iec1083a1da7f83f3d6eef38d1cc3bf055d373ce7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96461
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/03090300.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 fbb8139f39..25ef808891 100644 --- a/source/text/sbasic/shared/03090000.xhp +++ b/source/text/sbasic/shared/03090000.xhp @@ -39,7 +39,7 @@ <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#loops"/> - <embed href="text/sbasic/shared/03090300.xhp#sprung"/> + <embed href="text/sbasic/shared/03090300.xhp#jumps"/> <embed href="text/sbasic/shared/03090400.xhp#further_statements"/> </body> </helpdocument> diff --git a/source/text/sbasic/shared/03090300.xhp b/source/text/sbasic/shared/03090300.xhp index c0d96aa8d7..c4e2a5e624 100644 --- a/source/text/sbasic/shared/03090300.xhp +++ b/source/text/sbasic/shared/03090300.xhp @@ -32,7 +32,7 @@ <body> - <section id="sprung"> + <section id="jumps"> <paragraph id="hd_id3151262" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090300.xhp" name="Jumps">Jumps</link></paragraph> <paragraph role="paragraph" id="par_id3148983" xml-lang="en-US">The following statements execute jumps.</paragraph> </section> |