diff options
author | Johnny_M <klasse@partyheld.de> | 2020-07-02 13:03:58 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-05 15:22:10 +0200 |
commit | 0dd5d7c2a95c0639585311173a1456ff9c10edfe (patch) | |
tree | 2decebc94dd91f83441bd13c62f18ff4b244b8fb /source/text/sbasic | |
parent | 22b4159695d519d3509ca2f1ce2fe5e88978c027 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I315e0631ac9fc089c7a837530ac20a931b19852b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97750
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/02/11040000.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/11040000.xhp b/source/text/sbasic/shared/02/11040000.xhp index 52c2522d6b..a8a7aa4152 100644 --- a/source/text/sbasic/shared/02/11040000.xhp +++ b/source/text/sbasic/shared/02/11040000.xhp @@ -29,7 +29,7 @@ </topic> </meta> <body> -<section id="anhalten"> +<section id="stop"> <bookmark xml-lang="en-US" branch="index" id="bm_id3154863"><bookmark_value>macros; stopping</bookmark_value> <bookmark_value>program stops</bookmark_value> <bookmark_value>stopping macros</bookmark_value> @@ -39,7 +39,7 @@ <paragraph role="paragraph" id="par_id3147226" xml-lang="en-US"><ahelp hid=".uno:BasicStop">Stops running the current macro.</ahelp><switchinline select="sys"><caseinline select="MAC"> </caseinline><defaultinline> You can also press Shift+Ctrl+Q.</defaultinline></switchinline></paragraph> </section> -<section id="syanhalten"> +<section id="systop"> <table id="tbl_id3147576"> <tablerow> <tablecell colspan="" rowspan=""> diff --git a/source/text/sbasic/shared/main0211.xhp b/source/text/sbasic/shared/main0211.xhp index 74da6e8a0a..f881a3cc9c 100644 --- a/source/text/sbasic/shared/main0211.xhp +++ b/source/text/sbasic/shared/main0211.xhp @@ -42,8 +42,8 @@ <embed href="text/sbasic/shared/02/11020000.xhp#sycompile"/> <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/11040000.xhp#stop"/> + <embed href="text/sbasic/shared/02/11040000.xhp#systop"/> <embed href="text/sbasic/shared/02/11060000.xhp#procedure_step"/> <embed href="text/sbasic/shared/02/11060000.xhp#syprocedure_step"/> <embed href="text/sbasic/shared/02/11050000.xhp#einzelschritt"/> |