diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-16 13:58:57 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-17 13:09:56 +0200 |
commit | f0c1fbca3e7262493d3384a93adebf9b3bb68a8f (patch) | |
tree | 790e98ecbf39d229871095728abce133044a7a1d | |
parent | 86accd858a3597ce0eb69040299af4dee1c74038 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I588354f51792cb7d3c138f72e5255d3379dc490d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96458
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03070000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03070500.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03070000.xhp b/source/text/sbasic/shared/03070000.xhp index 56d84658c3..508efa894e 100644 --- a/source/text/sbasic/shared/03070000.xhp +++ b/source/text/sbasic/shared/03070000.xhp @@ -41,7 +41,7 @@ <embed href="text/sbasic/shared/03070200.xhp#multiplikation"/> <embed href="text/sbasic/shared/03070300.xhp#addition"/> <embed href="text/sbasic/shared/03070400.xhp#division"/> - <embed href="text/sbasic/shared/03070500.xhp#potenz"/> + <embed href="text/sbasic/shared/03070500.xhp#power"/> <embed href="text/sbasic/shared/03070600.xhp#mod"/> </body> </helpdocument> diff --git a/source/text/sbasic/shared/03070500.xhp b/source/text/sbasic/shared/03070500.xhp index 798cf06c2c..e69cee1904 100644 --- a/source/text/sbasic/shared/03070500.xhp +++ b/source/text/sbasic/shared/03070500.xhp @@ -28,7 +28,7 @@ <body> -<section id="potenz"> +<section id="power"> <bookmark xml-lang="en-US" branch="index" id="bm_id3145315"> <bookmark_value>"^" operator (mathematical)</bookmark_value> </bookmark> |