diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-21 06:40:50 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-21 13:03:21 +0200 |
commit | 9dba486fe729d68268585c3962b1b4159723945d (patch) | |
tree | 693552d12318b9f339c4557aaac24e2fc94c37e8 /source | |
parent | 1a7cb494bd4f72fbf38c539babd018b593082f70 (diff) |
Fix some "D'oh! you found a bug"
Change-Id: I3f842ab100595ba9aa55092ada078fc2c19b5fe5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173754
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/01/InsertAuthorField.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/01/04990000.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/02/18030000.xhp | 13 |
3 files changed, 7 insertions, 10 deletions
diff --git a/source/text/shared/01/InsertAuthorField.xhp b/source/text/shared/01/InsertAuthorField.xhp index 0bcf54e844..a19b1e0ff3 100644 --- a/source/text/shared/01/InsertAuthorField.xhp +++ b/source/text/shared/01/InsertAuthorField.xhp @@ -16,7 +16,7 @@ </topic> </meta> <body> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertAuthorField" id="bm_id3154838" localize="false"/> +<bookmark branch="hid/.uno:InsertAuthorField" id="bm_id3154838" localize="false"/> <section id="insertauthor"> <h1 id="hd_id181726517749263"><variable id="h1"><link href="text/shared/01/InsertAuthorField.xhp"><switchinline select="appl"><caseinline select="WRITER">First Author (field)</caseinline><defaultinline>Author (field)</defaultinline></switchinline></link></variable></h1> diff --git a/source/text/swriter/01/04990000.xhp b/source/text/swriter/01/04990000.xhp index fc320e0540..81a4d1b70b 100644 --- a/source/text/swriter/01/04990000.xhp +++ b/source/text/swriter/01/04990000.xhp @@ -43,7 +43,7 @@ <embed href="text/swriter/02/18030100.xhp#date"/> <embed href="text/swriter/02/18030200.xhp#time"/> <embed href="text/swriter/02/18030600.xhp#title"/> -<embed href="text/swriter/02/18030700.xhp#author"/> +<embed href="text/shared/01/InsertAuthorField.xhp#insertauthor"/> <embed href="text/swriter/02/18030500.xhp#subject"/> <h2 id="hd_id3147571"><link href="text/swriter/01/04090000.xhp">More Fields</link></h2> diff --git a/source/text/swriter/02/18030000.xhp b/source/text/swriter/02/18030000.xhp index 99bf7c746e..ca22d7d5df 100644 --- a/source/text/swriter/02/18030000.xhp +++ b/source/text/swriter/02/18030000.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,11 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <helpdocument version="1.0"> <meta> <topic id="textswriter0218030000xml" indexer="include" status="PUBLISH"> -<title id="tit" xml-lang="en-US">Insert Fields</title> +<title id="tit">Insert Fields</title> <filename>/text/swriter/02/18030000.xhp</filename> </topic> <history> @@ -30,18 +27,18 @@ </history> </meta> <body> -<bookmark xml-lang="en-US" branch="hid/.uno:InsertFieldCtrl" id="bm_id3149876" localize="false"/> +<bookmark branch="hid/.uno:InsertFieldCtrl" id="bm_id3149876" localize="false"/> <h1 id="hd_id3153916"><link href="text/swriter/02/18030000.xhp">Insert Fields</link></h1> -<paragraph role="paragraph" id="par_id3147403" xml-lang="en-US"><ahelp hid="." visibility="hidden">Click to open the Fields dialog. Click the arrow next to the icon to open a submenu.</ahelp> Click to open the <link href="text/swriter/01/04090000.xhp">Fields</link> dialog. Click the arrow next to the icon to open a submenu.<comment>UFI: changed to fix #i20539#</comment></paragraph> +<paragraph role="paragraph" id="par_id3147403"><ahelp hid="." visibility="hidden">Click to open the Fields dialog. Click the arrow next to the icon to open a submenu.</ahelp> Click to open the <link href="text/swriter/01/04090000.xhp">Fields</link> dialog. Click the arrow next to the icon to open a submenu.<comment>UFI: changed to fix #i20539#</comment></paragraph> <embed href="text/swriter/00/00000404.xhp#syinsert_more_fields"/> -<paragraph role="paragraph" id="par_id3154503" xml-lang="en-US">You can choose from the following functions:</paragraph> +<paragraph role="paragraph" id="par_id3154503">You can choose from the following functions:</paragraph> <embed href="text/swriter/02/18030100.xhp#date"/> <embed href="text/swriter/02/18030200.xhp#time"/> <embed href="text/swriter/02/18030300.xhp#page_number"/> <embed href="text/swriter/02/18030400.xhp#page_count"/> <embed href="text/swriter/02/18030500.xhp#subject"/> <embed href="text/swriter/02/18030600.xhp#title"/> -<embed href="text/swriter/02/18030700.xhp#author"/> +<embed href="text/shared/01/InsertAuthorField.xhp#insertauthor"/> <h2 id="hd_id3148566"><link href="text/swriter/01/04090000.xhp">Other</link></h2> <embed href="text/swriter/01/04090000.xhp#feldbefehltext"/> </body> |