helpers/find-invalid-help-embeds.sh | 2 +- source/text/sbasic/shared/03010000.xhp | 2 +- source/text/sbasic/shared/03010300.xhp | 2 +- source/text/simpress/01/03180000.xhp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit c448b50186168a9f4c942fc0322809f483ba501e Author: Johnny_M <[email protected]> AuthorDate: Thu Jun 11 15:44:51 2020 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Sat Jun 13 12:30:51 2020 +0200 tdf#132643 Translate German section IDs Change-Id: I1c2e7d4fe447a850a56ccec2879b7e06c1fba3d4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96152 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/helpers/find-invalid-help-embeds.sh b/helpers/find-invalid-help-embeds.sh index 5c70fd512..bdb849910 100755 --- a/helpers/find-invalid-help-embeds.sh +++ b/helpers/find-invalid-help-embeds.sh @@ -11,7 +11,7 @@ # No parameters are used. # Example output of this git grep: -# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#farbe"/> +# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#color"/> lines=$(git grep "embed href=" source/); while read nextline ; do diff --git a/source/text/sbasic/shared/03010000.xhp b/source/text/sbasic/shared/03010000.xhp index ce510f0ad..90032922e 100644 --- a/source/text/sbasic/shared/03010000.xhp +++ b/source/text/sbasic/shared/03010000.xhp @@ -36,6 +36,6 @@ </section> <embed href="text/sbasic/shared/03010100.xhp#output"/> <embed href="text/sbasic/shared/03010200.xhp#eingabe"/> - <embed href="text/sbasic/shared/03010300.xhp#farbe"/> + <embed href="text/sbasic/shared/03010300.xhp#color"/> </body> </helpdocument> diff --git a/source/text/sbasic/shared/03010300.xhp b/source/text/sbasic/shared/03010300.xhp index 0e06f5dc3..29872415f 100644 --- a/source/text/sbasic/shared/03010300.xhp +++ b/source/text/sbasic/shared/03010300.xhp @@ -32,7 +32,7 @@ <body> - <section id="farbe"> + <section id="color"> <paragraph id="hd_id3157896" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010300.xhp" name="Color Functions">Color Functions</link></paragraph> <paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">This section describes Runtime functions used to define colors.</paragraph> </section> diff --git a/source/text/simpress/01/03180000.xhp b/source/text/simpress/01/03180000.xhp index e4b78d8c3..8440b9faa 100644 --- a/source/text/simpress/01/03180000.xhp +++ b/source/text/simpress/01/03180000.xhp @@ -42,7 +42,7 @@ <section id="howtoget"> <embed href="text/simpress/00/00000403.xhp#quali"/> </section> -<section id="farbe"> +<section id="color"> <bookmark xml-lang="en-US" branch="hid/.uno:OutputQualityColor" id="bm_id7966559" localize="false"/> <paragraph role="heading" id="hd_id3149123" xml-lang="en-US" level="2">Color</paragraph> <paragraph role="paragraph" id="par_id3154757" xml-lang="en-US"><ahelp hid=".">Shows slides in color.</ahelp></paragraph> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
