diff options
author | Johnny_M <klasse@partyheld.de> | 2020-06-16 14:23:51 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-17 13:11:00 +0200 |
commit | de054848fdd963bad31e2d6d065cb570b365925b (patch) | |
tree | 90db761a477fc422e5814b963d402e668b4df89c | |
parent | 0213f0c63b7ce0b8ed055bf81549b11ca7da54d1 (diff) |
tdf#132643 Translate German section IDs
Change-Id: I803e4af4b49e4829af10b9da5612a873ecb0898b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96459
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/03070100.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 508efa894e..b78baf68a9 100644 --- a/source/text/sbasic/shared/03070000.xhp +++ b/source/text/sbasic/shared/03070000.xhp @@ -37,7 +37,7 @@ <paragraph role="paragraph" id="par_id3145068" xml-lang="en-US">The following mathematical operators are supported in $[officename] Basic.</paragraph> </section> <paragraph role="paragraph" id="par_id3148552" xml-lang="en-US">This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program.</paragraph> - <embed href="text/sbasic/shared/03070100.xhp#subtraktion"/> + <embed href="text/sbasic/shared/03070100.xhp#subtraction"/> <embed href="text/sbasic/shared/03070200.xhp#multiplikation"/> <embed href="text/sbasic/shared/03070300.xhp#addition"/> <embed href="text/sbasic/shared/03070400.xhp#division"/> diff --git a/source/text/sbasic/shared/03070100.xhp b/source/text/sbasic/shared/03070100.xhp index f2d94d4337..f54561edb0 100644 --- a/source/text/sbasic/shared/03070100.xhp +++ b/source/text/sbasic/shared/03070100.xhp @@ -28,7 +28,7 @@ <body> -<section id="subtraktion"> +<section id="subtraction"> <bookmark xml-lang="en-US" branch="index" id="bm_id3156042"> <bookmark_value>"-" operator (mathematical)</bookmark_value> </bookmark> |