diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-19 12:41:15 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-19 19:09:29 +0200 |
commit | fc2818cb219474b18497305aa9eb880c44749e92 (patch) | |
tree | 03c8186e777f9afda21e558a8d41eb0dcba2c81c | |
parent | b87c66dbbe22afa72b8285f37c5d3774253f81e5 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I0ec21caa99799330488bdcf028f314ba59a2eab8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96720
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/02/11030000.xhp | 4 | ||||
-rw-r--r-- | source/text/sbasic/shared/main0211.xhp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/02/11030000.xhp b/source/text/sbasic/shared/02/11030000.xhp index 6bafb5cde5..91d2c92f42 100644 --- a/source/text/sbasic/shared/02/11030000.xhp +++ b/source/text/sbasic/shared/02/11030000.xhp @@ -30,12 +30,12 @@ </history> </meta> <body> -<section id="ausfuehren"> +<section id="run"> <bookmark xml-lang="en-US" branch="hid/.uno:RunBasic" id="bm_id3150247" localize="false"/> <paragraph role="heading" id="hd_id3153255" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11030000.xhp" name="Run">Run</link></paragraph> <paragraph role="paragraph" id="par_id3159201" xml-lang="en-US"><ahelp hid=".uno:RunBasic">Runs the first macro of the current module.</ahelp></paragraph> </section> -<section id="syausfuehren"> +<section id="syrun"> <table id="tbl_id3149346"> <tablerow> <tablecell colspan="" rowspan=""> diff --git a/source/text/sbasic/shared/main0211.xhp b/source/text/sbasic/shared/main0211.xhp index c57b39ecb0..6a723a7b16 100644 --- a/source/text/sbasic/shared/main0211.xhp +++ b/source/text/sbasic/shared/main0211.xhp @@ -40,8 +40,8 @@ <embed href="text/sbasic/shared/02/11010000.xhp#sybibliothek"/> <embed href="text/sbasic/shared/02/11020000.xhp#compile"/> <embed href="text/sbasic/shared/02/11020000.xhp#sycompile"/> - <embed href="text/sbasic/shared/02/11030000.xhp#ausfuehren"/> - <embed href="text/sbasic/shared/02/11030000.xhp#syausfuehren"/> + <embed href="text/sbasic/shared/02/11030000.xhp#run"/> + <embed href="text/sbasic/shared/02/11030000.xhp#syrun"/> <embed href="text/sbasic/shared/02/11040000.xhp#anhalten"/> <embed href="text/sbasic/shared/02/11040000.xhp#syanhalten"/> <embed href="text/sbasic/shared/02/11060000.xhp#procedure_step"/> |