diff options
author | Johnny_M <klasse@partyheld.de> | 2020-07-25 12:37:41 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-25 23:02:00 +0200 |
commit | f61b97e69b487c32c3d3f1abdf76eb12323d7a26 (patch) | |
tree | 10b28a8cb74984e801310754ffaf5ad06896f6b5 /source | |
parent | 0a22b767ac6eb9ba9b41b4db62ecc67c54675036 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I3d6d7a1a2390c042da70ea09a4e475ad7e27b620
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99430
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/02/11160000.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/11160000.xhp b/source/text/sbasic/shared/02/11160000.xhp index 3ec6a21683..1345affdea 100644 --- a/source/text/sbasic/shared/02/11160000.xhp +++ b/source/text/sbasic/shared/02/11160000.xhp @@ -29,12 +29,12 @@ <body> - <section id="ruecksprung"> + <section id="stepout"> <bookmark branch="hid/.uno:BasicStepOut" xml-lang="en-US" id="bm_id3153089" localize="false"/> <h1 id="hd_id3148983"><link href="text/sbasic/shared/02/11160000.xhp" name="Step Out">Step Out</link></h1> <paragraph role="paragraph" id="par_id3157898" xml-lang="en-US"><ahelp hid=".uno:BasicStepOut" visibility="visible">Jumps back to the previous routine in the current macro.</ahelp></paragraph> </section> - <section id="syruecksprung"> + <section id="systepout"> <table id="tbl_id3147226"> diff --git a/source/text/sbasic/shared/main0211.xhp b/source/text/sbasic/shared/main0211.xhp index fc34e35c9a..d42a16165f 100644 --- a/source/text/sbasic/shared/main0211.xhp +++ b/source/text/sbasic/shared/main0211.xhp @@ -48,8 +48,8 @@ <embed href="text/sbasic/shared/02/11060000.xhp#syprocedure_step"/> <embed href="text/sbasic/shared/02/11050000.xhp#single_step"/> <embed href="text/sbasic/shared/02/11050000.xhp#sysingle_step"/> - <embed href="text/sbasic/shared/02/11160000.xhp#ruecksprung"/> - <embed href="text/sbasic/shared/02/11160000.xhp#syruecksprung"/> + <embed href="text/sbasic/shared/02/11160000.xhp#stepout"/> + <embed href="text/sbasic/shared/02/11160000.xhp#systepout"/> <embed href="text/sbasic/shared/02/11070000.xhp#breakpoint"/> <embed href="text/sbasic/shared/02/11070000.xhp#sybreakpoint"/> <embed href="text/sbasic/shared/02/11170000.xhp#manage_breakpoints"/> |