From 97ba99e57552181ef93b1041ecbabd5b43bdd409 Mon Sep 17 00:00:00 2001 From: Johnny_M Date: Tue, 16 Jun 2020 14:45:16 +0200 Subject: 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 --- source/text/sbasic/shared/03000000.xhp | 4 ++-- source/text/sbasic/shared/03070000.xhp | 2 +- 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 @@ - - + + 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 @@ -
+
Mathematical Operators The following mathematical operators are supported in $[officename] Basic.
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 @@ -
+
Numeric Functions 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.
-- cgit