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

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


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

New commits:
commit caf41978c40d7c031765083b4e8493584affdaa8
Author:     Johnny_M <klasse at partyheld.de>
AuthorDate: Sat Jul 25 12:39:34 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat Jul 25 23:04:06 2020 +0200

    tdf#132643 Translate German section IDs
    
    Change-Id: I027412f1a9cdd47e0bd774660c381dd44dbb2c9f
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99431
    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 5a8645ed1..6080ff076 100644
--- a/source/text/sbasic/shared/03000000.xhp
+++ b/source/text/sbasic/shared/03000000.xhp
@@ -35,7 +35,7 @@
 </section>
 <embed href="text/sbasic/shared/03040000.xhp#basic_constants"/>
 <embed href="text/sbasic/shared/03010000.xhp#screen_IO"/>
-<embed href="text/sbasic/shared/03020000.xhp#dateieinaus"/>
+<embed href="text/sbasic/shared/03020000.xhp#file_IO"/>
 <embed href="text/sbasic/shared/03030000.xhp#date_time"/>
 <embed href="text/sbasic/shared/03050000.xhp#errorhandling"/>
 <embed href="text/sbasic/shared/03060000.xhp#logi"/>
diff --git a/source/text/sbasic/shared/03020000.xhp b/source/text/sbasic/shared/03020000.xhp
index aadbcb509..38336c7fa 100644
--- a/source/text/sbasic/shared/03020000.xhp
+++ b/source/text/sbasic/shared/03020000.xhp
@@ -30,7 +30,7 @@
 </history>
 </meta>
 <body>
-<section id="dateieinaus">
+<section id="file_IO">
 <paragraph role="heading" id="hd_id3156344" xml-lang="en-US" level="1"><link href="text/sbasic/shared/03020000.xhp" name="File I/O Functions">File I/O Functions</link></paragraph>
 <paragraph role="paragraph" id="par_id3153360" xml-lang="en-US">Use File I/O functions to create and manage user-defined (data) files.</paragraph>
 </section>


More information about the Libreoffice-commits mailing list