summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2020-07-02 13:13:40 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-07-05 15:24:09 +0200
commit0d09266b1a530022f8191774212800bb811096c6 (patch)
treec76449cbdf1c177724fe1e858f649fa7cc83c7cf /source/text/sbasic
parent2239aea3af8134f2d7799784bce5fe91499fc4fc (diff)
tdf#132643 Translate German section IDs
Change-Id: I9bdb94359d3bb9b0b140cc704b138ec0d1347832 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97752 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/11070000.xhp4
-rw-r--r--source/text/sbasic/shared/main0211.xhp4
2 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/02/11070000.xhp b/source/text/sbasic/shared/02/11070000.xhp
index ffee38d3b5..8382317d2a 100644
--- a/source/text/sbasic/shared/02/11070000.xhp
+++ b/source/text/sbasic/shared/02/11070000.xhp
@@ -29,13 +29,13 @@
</topic>
</meta>
<body>
-<section id="haltepunkt">
+<section id="breakpoint">
<bookmark xml-lang="en-US" branch="hid/.uno:ToggleBreakPoint" id="bm_id2767094" localize="false"/>
<paragraph role="heading" id="hd_id3154863" xml-lang="en-US" level="1"><link href="text/sbasic/shared/02/11070000.xhp" name="Breakpoint">Breakpoint</link></paragraph>
<paragraph role="paragraph" id="par_id3155364" xml-lang="en-US"><ahelp hid=".uno:ToggleBreakPoint">Inserts a breakpoint in the program line.</ahelp></paragraph>
</section>
<paragraph role="paragraph" id="par_id3149346" xml-lang="en-US">The breakpoint is inserted at the cursor position. Use a breakpoint to interrupt a program just before an error occurs. You can then troubleshoot the program by running it in <link href="text/sbasic/shared/02/11050000.xhp" name="Single Step">Single Step</link> mode until the error occurs. You can also use the <link href="text/sbasic/shared/02/11080000.xhp" name="Watch">Watch</link> icon to check the content of the relevant variables.</paragraph>
-<section id="syhaltepunkt">
+<section id="sybreakpoint">
<table id="tbl_id3149095">
<tablerow>
<tablecell colspan="" rowspan="">
diff --git a/source/text/sbasic/shared/main0211.xhp b/source/text/sbasic/shared/main0211.xhp
index 82a76e6681..fc34e35c9a 100644
--- a/source/text/sbasic/shared/main0211.xhp
+++ b/source/text/sbasic/shared/main0211.xhp
@@ -50,8 +50,8 @@
<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/11070000.xhp#haltepunkt"/>
- <embed href="text/sbasic/shared/02/11070000.xhp#syhaltepunkt"/>
+ <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"/>
<embed href="text/sbasic/shared/02/11170000.xhp#sybreakpoints"/>
<embed href="text/sbasic/shared/02/11080000.xhp#watch"/>