[Libreoffice-commits] help.git: source/text

Johnny_M (via logerrit) logerrit at kemper.freedesktop.org
Sat Jul 25 21:06:54 UTC 2020


 source/text/sbasic/shared/03000000.xhp |    2 +-
 source/text/sbasic/shared/03090000.xhp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0cc60d86dc0905e834d67d16ba85b6032f54ace9
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Sat Jul 25 13:03:05 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat Jul 25 23:06:32 2020 +0200

    tdf#132643 Translate German section IDs
    
    Change-Id: Ie3d894567df57e5557ac7b2dc010ea307aeaeed5
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99435
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/03000000.xhp b/source/text/sbasic/shared/03000000.xhp
index fe343709f..51d6f6ed6 100644
--- a/source/text/sbasic/shared/03000000.xhp
+++ b/source/text/sbasic/shared/03000000.xhp
@@ -41,7 +41,7 @@
 <embed href="text/sbasic/shared/03060000.xhp#logi"/>
 <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/03090000.xhp#prog_execution"/>
 <embed href="text/sbasic/shared/03100000.xhp#variables"/>
 <embed href="text/sbasic/shared/03110000.xhp#comparison"/>
 <embed href="text/sbasic/shared/03120000.xhp#strings"/>
diff --git a/source/text/sbasic/shared/03090000.xhp b/source/text/sbasic/shared/03090000.xhp
index b182c624f..d632a2a8e 100644
--- a/source/text/sbasic/shared/03090000.xhp
+++ b/source/text/sbasic/shared/03090000.xhp
@@ -32,7 +32,7 @@
 <body>
   
   
-  <section id="programmablauf">
+  <section id="prog_execution">
   <paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090000.xhp" name="Controlling Program Execution">Controlling Program Execution</link></paragraph>
   <paragraph role="paragraph" id="par_id3143268" xml-lang="en-US">The following statements control the execution of a program.</paragraph>
   </section>


More information about the Libreoffice-commits mailing list