diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-11-01 11:15:31 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-11-01 16:42:25 +0100 |
commit | bb39fe1f9558948f5b3bea3e6bf2841dd475fad6 (patch) | |
tree | aa9c9d12d742fe4d930a45643b5490103ce73e8d | |
parent | b723a911f7c94bf5bc3711100e1454341d6559ab (diff) |
Fix missing link
Change-Id: I8d6d6df9807b69a1e27c77e4e420b4c5245d433c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142117
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sdraw/main_format.xhp | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/source/text/sdraw/main_format.xhp b/source/text/sdraw/main_format.xhp index cb14055b62..f8577b9c1f 100644 --- a/source/text/sdraw/main_format.xhp +++ b/source/text/sdraw/main_format.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +16,6 @@ * 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="textsdrawmain_formatxml" indexer="include" status="PUBLISH"> @@ -31,28 +28,28 @@ </meta> <body> <section id="format"> -<paragraph role="heading" id="hd_id3153770" xml-lang="en-US" level="1"><link href="text/sdraw/main_format.xhp" name="Format">Format</link></paragraph> +<h1 id="hd_id3153770"><link href="text/sdraw/main_format.xhp" name="Format">Format</link></h1> <paragraph role="paragraph" id="par_id3152578" xml-lang="en-US">Contains commands for formatting the layout and the contents of your document.</paragraph> </section> <embed href="text/shared/submenu_text.xhp#submenu_text"/> <embed href="text/shared/submenu_spacing.xhp#submenu_spacing"/> <embed href="text/shared/01/05010000.xhp#standard"/> -<paragraph role="heading" id="hd_id3155111" xml-lang="en-US" level="2"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></paragraph> +<h2 id="hd_id3155111"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></h2> <embed href="text/shared/01/05020000.xhp#zeichentext"/> -<paragraph role="heading" id="hd_id3146979" xml-lang="en-US" level="2"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></paragraph> +<h2 id="hd_id3146979"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></h2> <embed href="text/shared/01/05030000.xhp#absatztext"/> -<paragraph role="heading" id="hd_id3166426" xml-lang="en-US" level="2"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></paragraph> +<h2 id="hd_id3166426"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></h2> <embed href="text/shared/01/06050000.xhp#numauftext"/> -<paragraph role="heading" id="hd_id3146971" xml-lang="en-US" level="2"><link href="text/shared/01/05230000.xhp" name="Position and Size">Position and Size</link></paragraph> +<h2 id="hd_id3146971"><link href="text/shared/01/05230000.xhp" name="Position and Size">Position and Size</link></h2> <embed href="text/shared/01/05230000.xhp#groessetext"/> -<paragraph role="heading" id="hd_id3148576" xml-lang="en-US" level="2"><link href="text/shared/01/05200000.xhp" name="Line">Line</link></paragraph> +<h2 id="hd_id3148576"><link href="text/shared/01/05200000.xhp" name="Line">Line</link></h2> <embed href="text/shared/01/05200000.xhp#linietext"/> -<paragraph role="heading" id="hd_id3151076" xml-lang="en-US" level="2"><link href="text/shared/01/05210000.xhp" name="Area">Area</link></paragraph> +<h2 id="hd_id3151076"><link href="text/shared/01/05210000.xhp" name="Area">Area</link></h2> <embed href="text/shared/01/05210000.xhp#flaechetext"/> -<paragraph role="heading" id="hd_id3153878" xml-lang="en-US" level="2"><link href="text/shared/01/05990000.xhp" name="Text">Text Attributes</link></paragraph> +<h2 id="hd_id3153878"><link href="text/shared/01/05990000.xhp" name="Text">Text Attributes</link></h2> <embed href="text/shared/01/05990000.xhp#texttext"/> <h2 id="hd_id3153913"><link href="text/sdraw/01/modify_layer.xhp" name="Layer">Layer</link></h2> -<embed href="text/sdraw/01/modify_layer.xhp#ebene"/> +<embed href="text/sdraw/01/insert_layer.xhp#ebenetext"/> <embed href="text/simpress/01/05100000.xhp#stylewindow"/> </body> </helpdocument> |