From be0cdbd01369daeef3e41c0870f9637bf84343a5 Mon Sep 17 00:00:00 2001
From: Johnny_M
Date: Tue, 16 Jun 2020 14:29:55 +0200
Subject: tdf#132643 Translate German section IDs
Change-Id: Iec1083a1da7f83f3d6eef38d1cc3bf055d373ce7
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96461
Tested-by: Jenkins
Reviewed-by: Olivier Hallot
---
source/text/sbasic/shared/03090000.xhp | 2 +-
source/text/sbasic/shared/03090300.xhp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/text/sbasic/shared/03090000.xhp b/source/text/sbasic/shared/03090000.xhp
index fbb8139f39..25ef808891 100644
--- a/source/text/sbasic/shared/03090000.xhp
+++ b/source/text/sbasic/shared/03090000.xhp
@@ -39,7 +39,7 @@
A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements.
-
+
-
+ JumpsThe following statements execute jumps.
--
cgit