diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-16 14:27:59 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-17 13:10:33 +0200 |
commit | 0213f0c63b7ce0b8ed055bf81549b11ca7da54d1 (patch) | |
tree | 28f0732363eacb18694e33a436a8f40ddad7678f | |
parent | f0c1fbca3e7262493d3384a93adebf9b3bb68a8f (diff) |
tdf#132643 Translate German section IDs
Change-Id: Icb4bb1a3a41e6c851f356f8ebcaa42b83b33de90
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96460
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03080000.xhp | 4 | ||||
-rw-r--r-- | source/text/sbasic/shared/03080600.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03080700.xhp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03080000.xhp b/source/text/sbasic/shared/03080000.xhp index 14ae28acd2..5be4c6704d 100644 --- a/source/text/sbasic/shared/03080000.xhp +++ b/source/text/sbasic/shared/03080000.xhp @@ -41,8 +41,8 @@ <embed href="text/sbasic/shared/03080300.xhp#random"/> <embed href="text/sbasic/shared/03080400.xhp#quadrat"/> <embed href="text/sbasic/shared/03080500.xhp#integer"/> - <embed href="text/sbasic/shared/03080600.xhp#absolut"/> - <embed href="text/sbasic/shared/03080700.xhp#vorzeichen"/> + <embed href="text/sbasic/shared/03080600.xhp#absolute"/> + <embed href="text/sbasic/shared/03080700.xhp#sign"/> <embed href="text/sbasic/shared/03080800.xhp#converting"/> </body> </helpdocument> diff --git a/source/text/sbasic/shared/03080600.xhp b/source/text/sbasic/shared/03080600.xhp index 416e2964dd..ec743146f2 100644 --- a/source/text/sbasic/shared/03080600.xhp +++ b/source/text/sbasic/shared/03080600.xhp @@ -32,7 +32,7 @@ <body> - <section id="absolut"> + <section id="absolute"> <paragraph id="hd_id3146958" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080600.xhp" name="Absolute Values">Absolute Values</link></paragraph> <paragraph role="paragraph" id="par_id3150771" xml-lang="en-US">This function returns absolute values.</paragraph> </section> diff --git a/source/text/sbasic/shared/03080700.xhp b/source/text/sbasic/shared/03080700.xhp index 789135e9b2..d578e1cdfd 100644 --- a/source/text/sbasic/shared/03080700.xhp +++ b/source/text/sbasic/shared/03080700.xhp @@ -32,7 +32,7 @@ <body> - <section id="vorzeichen"> + <section id="sign"> <paragraph id="hd_id3150702" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080700.xhp" name="Expression Signs">Expression Signs</link></paragraph> <paragraph role="paragraph" id="par_id3148668" xml-lang="en-US">This function returns the algebraic sign of a numeric expression.</paragraph> </section> |