diff options
author | Johnny_M <klasse@partyheld.de> | 2020-07-25 13:03:05 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-25 23:06:32 +0200 |
commit | 0cc60d86dc0905e834d67d16ba85b6032f54ace9 (patch) | |
tree | dffc0148c5e2b6b0f2684f7f881b30c9103377b2 | |
parent | e77ae87e8ecbaf52cefe92ffca9cc43e49f75405 (diff) |
tdf#132643 Translate German section IDs
Change-Id: Ie3d894567df57e5557ac7b2dc010ea307aeaeed5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99435
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03000000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03090000.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03000000.xhp b/source/text/sbasic/shared/03000000.xhp index fe343709f3..51d6f6ed60 100644 --- a/source/text/sbasic/shared/03000000.xhp +++ b/source/text/sbasic/shared/03000000.xhp @@ -41,7 +41,7 @@ <embed href="text/sbasic/shared/03060000.xhp#logi"/> <embed href="text/sbasic/shared/03070000.xhp#math"/> <embed href="text/sbasic/shared/03080000.xhp#numeric"/> -<embed href="text/sbasic/shared/03090000.xhp#programmablauf"/> +<embed href="text/sbasic/shared/03090000.xhp#prog_execution"/> <embed href="text/sbasic/shared/03100000.xhp#variables"/> <embed href="text/sbasic/shared/03110000.xhp#comparison"/> <embed href="text/sbasic/shared/03120000.xhp#strings"/> diff --git a/source/text/sbasic/shared/03090000.xhp b/source/text/sbasic/shared/03090000.xhp index b182c624f6..d632a2a8ee 100644 --- a/source/text/sbasic/shared/03090000.xhp +++ b/source/text/sbasic/shared/03090000.xhp @@ -32,7 +32,7 @@ <body> - <section id="programmablauf"> + <section id="prog_execution"> <paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090000.xhp" name="Controlling Program Execution">Controlling Program Execution</link></paragraph> <paragraph role="paragraph" id="par_id3143268" xml-lang="en-US">The following statements control the execution of a program.</paragraph> </section> |