diff options
author | Sophia Schröder <sophia.schroeder@libreoffice.org> | 2023-02-25 16:34:33 +0000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-02-26 18:06:31 +0000 |
commit | 42a2c3690f7991cc6c854bc9454e361cf309a03f (patch) | |
tree | db6881f3dbe39eae49ae556c1d17f3d4c2deae57 | |
parent | 1a80b1487e881fa471425e91f8682aaa2eea4381 (diff) |
Impress: Rework of help files /02/ 19
Change-Id: I864134d17d8a5b4d28a38a011b52099fcb01b9c6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147696
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/simpress/02/11060000.xhp | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/source/text/simpress/02/11060000.xhp b/source/text/simpress/02/11060000.xhp index 3f9a31c67d..ad8e9226dd 100644 --- a/source/text/simpress/02/11060000.xhp +++ b/source/text/simpress/02/11060000.xhp @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- * This file is part of the LibreOffice project. * @@ -15,35 +17,35 @@ * License, Version 2.0 (the "License"); you may not use this file * 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="textsimpress0211060000xml" indexer="include" status="PUBLISH"> -<title xml-lang="en-US" id="tit">Show Only First Level</title> -<filename>/text/simpress/02/11060000.xhp</filename> -</topic> -<history> -<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -</history> + <topic id="textsimpress0211060000xml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">Show Only First Level</title> + <filename>/text/simpress/02/11060000.xhp</filename> + </topic> + <history> + <created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> + </history> </meta> <body> <section id="first_level"> - <bookmark branch="index" xml-lang="en-US" id="bm_id3153142"><bookmark_value>levels; hiding</bookmark_value><bookmark_value>hiding; levels</bookmark_value></bookmark> +<bookmark branch="index" xml-lang="en-US" id="bm_id3153142"><bookmark_value>levels; hiding</bookmark_value><bookmark_value>hiding; levels</bookmark_value></bookmark> <bookmark branch="hid/.uno:OutlineCollapseAll" xml-lang="en-US" id="bm_id3153191" localize="false"/> <h1 id="hd_id3153142"><link href="text/simpress/02/11060000.xhp">Show Only First Level</link></h1> <paragraph role="paragraph" id="par_id3151076" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineCollapseAll">Hides all of the headings of the slides in the current slide show except for the titles of the slides. Hidden headings are indicated by a black line in front of a slide title. To show the headings, click the <link href="text/simpress/02/11070000.xhp"><menuitem>Show All Levels</menuitem></link> icon.</ahelp></paragraph> </section> <section id="syfirst_level"> - <table id="tbl_id3155443"> - <tablerow> - <tablecell> - <paragraph role="paragraph" id="par_id3154702" xml-lang="en-US"><image src="cmd/sc_outlinecollapseall.png" id="img_id3155336" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id3155336">Icon Show Only First Level</alt></image></paragraph> - </tablecell> - <tablecell> - <paragraph role="paragraph" id="par_id3150207" xml-lang="en-US">Show Only First Level</paragraph> - </tablecell> - </tablerow> - </table> + <table id="tbl_id3155443"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id3154702" xml-lang="en-US"><image src="cmd/sc_outlinecollapseall.png" id="img_id3155336" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id3155336">Icon Show Only First Level</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph role="paragraph" id="par_id3150207" xml-lang="en-US">Show Only First Level</paragraph> + </tablecell> + </tablerow> + </table> </section> - </body> -</helpdocument> +</body> +</helpdocument>
\ No newline at end of file |