diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-16 14:45:16 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-17 13:08:01 +0200 |
commit | 97ba99e57552181ef93b1041ecbabd5b43bdd409 (patch) | |
tree | 4c6ba1ad2bfd5e744462257820fa452dd0b85a23 | |
parent | 38e1dd4f293343ebdb3104405a7b96041d4f2e84 (diff) |
tdf#132643 Translate German section IDs
Change-Id: Ie72155adcb8d67736312ae6e27455dc159483ed0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96464
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03000000.xhp | 4 | ||||
-rw-r--r-- | source/text/sbasic/shared/03070000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03080000.xhp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03000000.xhp b/source/text/sbasic/shared/03000000.xhp index 61107a52da..a604f3bb9a 100644 --- a/source/text/sbasic/shared/03000000.xhp +++ b/source/text/sbasic/shared/03000000.xhp @@ -39,8 +39,8 @@ <embed href="text/sbasic/shared/03030000.xhp#date_time"/> <embed href="text/sbasic/shared/03050000.xhp#fehlerbehan"/> <embed href="text/sbasic/shared/03060000.xhp#logi"/> -<embed href="text/sbasic/shared/03070000.xhp#mathe"/> -<embed href="text/sbasic/shared/03080000.xhp#nummer"/> +<embed href="text/sbasic/shared/03070000.xhp#math"/> +<embed href="text/sbasic/shared/03080000.xhp#numeric"/> <embed href="text/sbasic/shared/03090000.xhp#programmablauf"/> <embed href="text/sbasic/shared/03100000.xhp#variables"/> <embed href="text/sbasic/shared/03110000.xhp#vergleich"/> diff --git a/source/text/sbasic/shared/03070000.xhp b/source/text/sbasic/shared/03070000.xhp index ecf4df3bd1..56d84658c3 100644 --- a/source/text/sbasic/shared/03070000.xhp +++ b/source/text/sbasic/shared/03070000.xhp @@ -32,7 +32,7 @@ <body> - <section id="mathe"> + <section id="math"> <paragraph id="hd_id3149234" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03070000.xhp" name="Mathematical Operators">Mathematical Operators</link></paragraph> <paragraph role="paragraph" id="par_id3145068" xml-lang="en-US">The following mathematical operators are supported in $[officename] Basic.</paragraph> </section> diff --git a/source/text/sbasic/shared/03080000.xhp b/source/text/sbasic/shared/03080000.xhp index b82bc21f0d..14ae28acd2 100644 --- a/source/text/sbasic/shared/03080000.xhp +++ b/source/text/sbasic/shared/03080000.xhp @@ -32,7 +32,7 @@ <body> - <section id="nummer"> + <section id="numeric"> <paragraph id="hd_id3153127" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080000.xhp" name="Numeric Functions">Numeric Functions</link></paragraph> <paragraph role="paragraph" id="par_id3148550" xml-lang="en-US">The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions.</paragraph> </section> |