diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-16 14:48:16 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-17 13:07:20 +0200 |
commit | 38e1dd4f293343ebdb3104405a7b96041d4f2e84 (patch) | |
tree | 58faa31b553b7da4eebe6cd2d047652f6dd0528d /source/text | |
parent | 666ef2f8304a6a2f37d8bb0afd8630baea0cc3ec (diff) |
tdf#132643 Translate German section IDs
Change-Id: Ib3e3203f59d9d967e2c6d12c2793b2e7e9cd252f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96465
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/sbasic/shared/02/11020000.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/11020000.xhp b/source/text/sbasic/shared/02/11020000.xhp index eb78c23483..ce53ee4382 100644 --- a/source/text/sbasic/shared/02/11020000.xhp +++ b/source/text/sbasic/shared/02/11020000.xhp @@ -29,12 +29,12 @@ <body> - <section id="uebersetzen"> + <section id="compile"> <bookmark branch="hid/.uno:CompileBasic" xml-lang="en-US" id="bm_id3154230" localize="false"/> <h1 id="hd_id3148983"><link href="text/sbasic/shared/02/11020000.xhp" name="Compile">Compile</link></h1> <paragraph role="paragraph" id="par_id3159201" xml-lang="en-US"><ahelp hid=".uno:CompileBasic" visibility="visible">Compiles the Basic macro.</ahelp> You need to compile a macro after you make changes to it, or if the macro uses single or procedure steps.</paragraph> </section> - <section id="syuebersetzen"> + <section id="sycompile"> <table id="tbl_id3147571"> diff --git a/source/text/sbasic/shared/main0211.xhp b/source/text/sbasic/shared/main0211.xhp index b960b910c4..18344f360f 100644 --- a/source/text/sbasic/shared/main0211.xhp +++ b/source/text/sbasic/shared/main0211.xhp @@ -38,8 +38,8 @@ </section> <embed href="text/sbasic/shared/02/11010000.xhp#bibliothek"/> <embed href="text/sbasic/shared/02/11010000.xhp#sybibliothek"/> - <embed href="text/sbasic/shared/02/11020000.xhp#uebersetzen"/> - <embed href="text/sbasic/shared/02/11020000.xhp#syuebersetzen"/> + <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/11040000.xhp#anhalten"/> |