diff options
author | Johnny_M <klasse@partyheld.de> | 2020-07-03 13:23:31 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-05 15:27:54 +0200 |
commit | 86cef767faa48cafb031eab201a8cec16ce7102b (patch) | |
tree | a9d07e98f90b605a27a6a36b550ad5ae9e6a1e9a | |
parent | cb2fb05325ca1a669e66c1b6ea0180707ebe84ba (diff) |
tdf#132643 Translate German section IDs
Change-Id: I5697e0717deea95fb32d462c1781cc9f404d6f1a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97847
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/01030000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/01030300.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/01030000.xhp b/source/text/sbasic/shared/01030000.xhp index c0b00fbbc1..341f3b77ed 100644 --- a/source/text/sbasic/shared/01030000.xhp +++ b/source/text/sbasic/shared/01030000.xhp @@ -40,7 +40,7 @@ <embed href="text/sbasic/shared/01030100.xhp#ueberblick"/> <embed href="text/sbasic/shared/01030400.xhp#libs_modules"/> <embed href="text/sbasic/shared/01030200.xhp#basiceditor"/> -<embed href="text/sbasic/shared/01030300.xhp#basicfehler"/> +<embed href="text/sbasic/shared/01030300.xhp#basicdebugging"/> <embed href="text/shared/optionen/BasicIDE.xhp#basicide"/> </body> </helpdocument> diff --git a/source/text/sbasic/shared/01030300.xhp b/source/text/sbasic/shared/01030300.xhp index 71eabb8486..0345d92504 100644 --- a/source/text/sbasic/shared/01030300.xhp +++ b/source/text/sbasic/shared/01030300.xhp @@ -29,7 +29,7 @@ </topic> </meta> <body> -<section id="basicfehler"> +<section id="basicdebugging"> <bookmark xml-lang="en-US" branch="index" id="bm_id3153344"><bookmark_value>debugging Basic programs</bookmark_value> <bookmark_value>variables; observing values</bookmark_value> <bookmark_value>watching variables</bookmark_value> |