summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-11-27 19:39:10 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-11-28 13:48:52 +0100
commit7dbb56f56f92ffcdea5ccc620a0b064a7eda1dd1 (patch)
tree9a1ab042fd0e233dd49a7869d702a37d0d812720
parente281e171eb4c86ebb792f21dbdfaf7a76c220b42 (diff)
tdf#128969 Fix Impress Interaction Help page
+ some extra refactoring. Impress menu Help page is WIP Change-Id: I872d35405238b8d5379f922801afccf1d1e94ddd Reviewed-on: https://gerrit.libreoffice.org/83957 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/simpress/00/00000405.xhp77
-rw-r--r--source/text/simpress/00/00000407.xhp33
-rw-r--r--source/text/simpress/01/06070000.xhp79
-rw-r--r--source/text/simpress/main_format.xhp22
4 files changed, 103 insertions, 108 deletions
diff --git a/source/text/simpress/00/00000405.xhp b/source/text/simpress/00/00000405.xhp
index b694e3c75f..7c65fe84b4 100644
--- a/source/text/simpress/00/00000405.xhp
+++ b/source/text/simpress/00/00000405.xhp
@@ -1,38 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * 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 .
- -->
+* This file is part of the LibreOffice project.
+*
+* This Source Code Form is subject to the terms of the Mozilla Public
+* License, v. 2.0. If a copy of the MPL was not distributed with this
+* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+*
+* This file incorporates work covered by the following license notice:
+*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements. See the NOTICE file distributed
+* with this work for additional information regarding copyright
+* ownership. The ASF licenses this file to you under the Apache
+* 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="textsimpress0000000405xml" indexer="exclude" status="PUBLISH">
- <title id="tit" xml-lang="en-US">Format Menu</title>
- <filename>/text/simpress/00/00000405.xhp</filename>
- </topic>
- </meta>
- <body>
+ <meta>
+ <topic id="textsimpress0000000405xml" indexer="exclude" status="PUBLISH">
+ <title id="tit" xml-lang="en-US">Format Menu</title>
+ <filename>/text/simpress/00/00000405.xhp</filename>
+ </topic>
+ </meta>
+ <body>
<paragraph role="heading" id="hd_id3147001" xml-lang="en-US" level="1">Format Menu</paragraph>
<section id="bemaszung">
- <paragraph role="paragraph" id="par_id3148489" xml-lang="en-US">In the context menu of a dimension line, choose <emph>Dimensions</emph>.</paragraph>
- <paragraph role="paragraph" id="par_id3150207" xml-lang="en-US">On the <emph>Lines and Arrows</emph> toolbar, click the <emph>Dimension Line</emph> icon.</paragraph>
+ <paragraph role="paragraph" id="par_id3148489" xml-lang="en-US">In the context menu of a dimension line, choose <emph>Dimensions</emph>.</paragraph>
+ <paragraph role="paragraph" id="par_id3150207" xml-lang="en-US">On the <emph>Lines and Arrows</emph> toolbar, click the <emph>Dimension Line</emph> icon.</paragraph>
</section>
<section id="adnene">
- <paragraph role="paragraph" id="par_id3152874" xml-lang="en-US">In a Draw document, right-click a layer tab and choose <emph>Modify Layer</emph>
- </paragraph>
- <paragraph role="paragraph" id="par_id3154765" xml-lang="en-US">Choose <emph>Format - Layer</emph> (only $[officename] Draw)</paragraph>
+ <paragraph role="paragraph" id="par_id3152874" xml-lang="en-US">In a Draw document, right-click a layer tab and choose <emph>Modify Layer</emph>
+ </paragraph>
+ <paragraph role="paragraph" id="par_id3154765" xml-lang="en-US">Choose <emph>Format - Layer</emph> (only $[officename] Draw)</paragraph>
</section>
- </body>
+ <section id="interaktion">
+ <paragraph role="paragraph" id="par_id3146316" xml-lang="en-US">Choose <emph>Format - Interaction</emph>
+ </paragraph>
+ <paragraph role="paragraph" id="par_id3149257" xml-lang="en-US">On the <emph>Standard</emph> toolbar, click</paragraph>
+ <section id="syinteraktion">
+ <table id="tbl_id3147001">
+ <tablerow>
+ <tablecell>
+ <paragraph role="paragraph" id="par_id3154649" xml-lang="en-US">
+ <image id="img_id3150205" src="cmd/sc_animationeffects.svg" width="1cm" height="1cm"><alt id="alt_id3150205" xml-lang="en-US">Icon Interaction</alt></image></paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph role="paragraph" id="par_id3155380" xml-lang="en-US">Interaction</paragraph>
+ </tablecell>
+ </tablerow>
+ </table>
+
+ </section>
+ </section>
+</body>
</helpdocument>
diff --git a/source/text/simpress/00/00000407.xhp b/source/text/simpress/00/00000407.xhp
index 9e1749ba86..dadc6a4a90 100644
--- a/source/text/simpress/00/00000407.xhp
+++ b/source/text/simpress/00/00000407.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="textsimpress0000000407xml" indexer="exclude" status="PUBLISH">
@@ -30,8 +27,8 @@
</history>
</meta>
<body>
-<paragraph role="heading" id="hd_id3150541" xml-lang="en-US" level="1">Slide Show Menu</paragraph>
-<paragraph role="paragraph" id="par_id3158394" xml-lang="en-US"><variable id="etdaw">Choose <emph>Slide Show - Slide Transition</emph>
+<h1 id="hd_id3150541">Slide Show Menu</h1>
+<paragraph role="paragraph" id="par_id3158394" xml-lang="en-US"><variable id="etdaw">Choose <menuitem>View - Slide Transition</menuitem>
</variable></paragraph>
<section id="etani">
<paragraph role="paragraph" id="par_id3152576" xml-lang="en-US">Choose <emph>Insert - Animated Image</emph>
@@ -44,12 +41,11 @@
<section id="syeffekt">
<table id="tbl_id3153878">
<tablerow>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_id3155603" xml-lang="en-US">
-<image id="img_id3149400" src="cmd/sc_customanimation.png" width="0.1665inch" height="0.1665inch"><alt id="alt_id3149400" xml-lang="en-US">Icon</alt>
- </image></paragraph>
+<image id="img_id3149400" src="cmd/sc_customanimation.png" width="0.1665inch" height="0.1665inch"><alt id="alt_id3149400" xml-lang="en-US">Icon</alt></image></paragraph>
</tablecell>
-<tablecell colspan="" rowspan="">
+<tablecell>
<paragraph role="paragraph" id="par_id3154754" xml-lang="en-US">Custom Animation</paragraph>
</tablecell>
</tablerow>
@@ -57,26 +53,7 @@
</section>
</section>
-<section id="interaktion">
-<paragraph role="paragraph" id="par_id3146316" xml-lang="en-US">Choose <emph>Slide Show - Interaction</emph>
-</paragraph>
-<paragraph role="paragraph" id="par_id3149257" xml-lang="en-US">On the <emph>Drawing</emph> toolbar, click</paragraph>
-<section id="syinteraktion">
-<table id="tbl_id3147001">
-<tablerow>
-<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3154649" xml-lang="en-US">
-<image id="img_id3150205" src="cmd/sc_animationeffects.png" width="0.222inch" height="0.222inch"><alt id="alt_id3150205" xml-lang="en-US">Icon</alt>
- </image></paragraph>
-</tablecell>
-<tablecell colspan="" rowspan="">
-<paragraph role="paragraph" id="par_id3155380" xml-lang="en-US">Interaction</paragraph>
-</tablecell>
-</tablerow>
-</table>
-</section>
-</section>
<paragraph role="paragraph" id="par_id3152987" xml-lang="en-US"><variable id="praesent">Choose <emph>Slide Show - Slide Show Settings</emph>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3155089" xml-lang="en-US"><variable id="indipra">Choose <emph>Slide Show - Custom Slide Show</emph>
diff --git a/source/text/simpress/01/06070000.xhp b/source/text/simpress/01/06070000.xhp
index d1190a7872..2be80704d0 100644
--- a/source/text/simpress/01/06070000.xhp
+++ b/source/text/simpress/01/06070000.xhp
@@ -1,7 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
-
-
<!--
* This file is part of the LibreOffice project.
*
@@ -19,9 +16,7 @@
* 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">
+<helpdocument version="1.0">
<meta>
<topic id="textsimpress0106070000xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Interaction</title>
@@ -39,70 +34,72 @@
<bookmark xml-lang="en-US" branch="hid/.uno:AnimationEffects" id="bm_id3555838" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/InteractionPage" id="bm_id3152874" localize="false"/>
-<paragraph role="heading" id="hd_id3153246" xml-lang="en-US" level="1">Interaction</paragraph>
-<paragraph role="paragraph" id="par_id3154762" xml-lang="en-US"><variable id="interaktiontext"><ahelp hid=".uno:AnimationEffects">Defines how the selected object behaves when you click on it during a slide show.</ahelp>
-</variable><comment>UFI: Deleted many paras, see #60550</comment></paragraph>
+<section id="interactionh1">
+<h1 id="hd_id3153246"><link href="text/simpress/01/06070000.xhp" name="Interaction">Interaction</link></h1>
+<paragraph role="paragraph" id="par_id3154762" xml-lang="en-US"><variable id="interaktiontext"><ahelp hid=".uno:AnimationEffects">Defines how the selected object behaves when you click on it during a slide show.</ahelp></variable><comment>UFI: Deleted many paras, see #60550</comment></paragraph>
+</section>
<section id="howtoget">
- <embed href="text/simpress/00/00000407.xhp#interaktion"/>
+ <embed href="text/simpress/00/00000405.xhp#interaktion"/>
</section>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/listbox" id="bm_id3150432" localize="false"/><paragraph role="heading" id="hd_id3145116" xml-lang="en-US" level="2">Action at mouse click</paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/listbox" id="bm_id3150432" localize="false"/>
+<h2 id="hd_id3145116">Action at mouse click</h2>
<paragraph role="paragraph" id="par_id3153955" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/listbox">Specifies the action that will run when you click the selected object during a slide show.</ahelp> You can also assign actions to grouped objects.</paragraph>
-<paragraph role="heading" id="hd_id3150397" xml-lang="en-US" level="2">No action</paragraph>
+<h2 id="hd_id3150397">No action</h2>
<paragraph role="paragraph" id="par_id3147405" xml-lang="en-US">No action occurs.</paragraph>
-<paragraph role="heading" id="hd_id3145237" xml-lang="en-US" level="2">Go to previous slide</paragraph>
+<h2 id="hd_id3145237">Go to previous slide</h2>
<paragraph role="paragraph" id="par_id3157871" xml-lang="en-US">Moves back one slide in the slide show.</paragraph>
-<paragraph role="heading" id="hd_id3157900" xml-lang="en-US" level="2">Go to next slide</paragraph>
+<h2 id="hd_id3157900">Go to next slide</h2>
<paragraph role="paragraph" id="par_id3150655" xml-lang="en-US">Moves forward one slide in the slide show.</paragraph>
-<paragraph role="heading" id="hd_id3146879" xml-lang="en-US" level="2">Go to first slide</paragraph>
+<h2 id="hd_id3146879">Go to first slide</h2>
<paragraph role="paragraph" id="par_id3150479" xml-lang="en-US">Jumps to the first slide in the slide show.</paragraph>
-<paragraph role="heading" id="hd_id3148725" xml-lang="en-US" level="2">Go to last slide</paragraph>
+<h2 id="hd_id3148725">Go to last slide</h2>
<paragraph role="paragraph" id="par_id3149891" xml-lang="en-US">Jumps to the last slide in the slide show.</paragraph>
-<paragraph role="heading" id="hd_id3155258" xml-lang="en-US" level="2">Go to page or object</paragraph>
+<h2 id="hd_id3155258">Go to page or object</h2>
<paragraph role="paragraph" id="par_id3148585" xml-lang="en-US">Jumps to a slide or a named object in a slide.</paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/tree" id="bm_id3149511" localize="false"/><paragraph role="heading" id="hd_id3153082" xml-lang="en-US" level="2">Target</paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/tree" id="bm_id3149511" localize="false"/><h2 id="hd_id3153082">Target</h2>
<paragraph role="paragraph" id="par_id3153934" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/tree">Lists the slides and the objects that you can target.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/bookmark" id="bm_id3153000" localize="false"/><paragraph role="heading" id="hd_id3154561" xml-lang="en-US" level="3">Slide / Object</paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/bookmark" id="bm_id3153000" localize="false"/><h3 id="hd_id3154561">Slide / Object</h3>
<paragraph role="paragraph" id="par_id3153006" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/bookmark">Enter the name of the slide or the object that you want to look for.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/find" id="bm_id3153566" localize="false"/><paragraph role="heading" id="hd_id3145162" xml-lang="en-US" level="3">Find</paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/find" id="bm_id3153566" localize="false"/><h3 id="hd_id3145162">Find</h3>
<paragraph role="paragraph" id="par_id3154501" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/find">Searches for the specified slide or object.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/treedoc" id="bm_id3149879" localize="false"/><paragraph role="heading" id="hd_id3150128" xml-lang="en-US" level="2">Go to document</paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/treedoc" id="bm_id3149879" localize="false"/><h2 id="hd_id3150128">Go to document</h2>
<paragraph role="paragraph" id="par_id3153730" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/treedoc">Opens and displays a file during a slide show. If you select a $[officename] file as the target document, you can also specify the page that will open.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3150018" xml-lang="en-US" level="2">Document</paragraph>
+<h2 id="hd_id3150018">Document</h2>
<paragraph role="paragraph" id="par_id3155931" xml-lang="en-US">Define the location of the target document.</paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/document" id="bm_id3148391" localize="false"/><paragraph role="heading" id="hd_id3155437" xml-lang="en-US" level="3">Document</paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/document" id="bm_id3148391" localize="false"/><h3 id="hd_id3155437">Document</h3>
<paragraph role="paragraph" id="par_id3150566" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/document">Enter a path to the file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp></paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/browse" id="bm_id3151017" localize="false"/><paragraph role="heading" id="hd_id3150658" xml-lang="en-US" level="3">Browse</paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/browse" id="bm_id3151017" localize="false"/><h3 id="hd_id3150658">Browse</h3>
<paragraph role="paragraph" id="par_id3156061" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/browse">Locate the file you want to open.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3148776" xml-lang="en-US" level="2">Play audio</paragraph>
+<h2 id="hd_id3148776">Play audio</h2>
<paragraph role="paragraph" id="par_id3155816" xml-lang="en-US">Plays an audio file.</paragraph>
-<paragraph role="heading" id="hd_id3147539" xml-lang="en-US" level="2">Audio</paragraph>
+<h2 id="hd_id3147539">Audio</h2>
<paragraph role="paragraph" id="par_id3150467" xml-lang="en-US">Define the location of the audio file.</paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/sound" id="bm_id3153925" localize="false"/><paragraph role="heading" id="hd_id3154869" xml-lang="en-US" level="3">Audio</paragraph>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/sound" id="bm_id3153925" localize="false"/><h3 id="hd_id3154869">Audio</h3>
<paragraph role="paragraph" id="par_id3155986" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/sound">Enter a path to the audio file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3155401" xml-lang="en-US" level="3">Browse</paragraph>
+<h3 id="hd_id3155401">Browse</h3>
<paragraph role="paragraph" id="par_id3147171" xml-lang="en-US">Locate the audio file you want to play.</paragraph>
-<paragraph role="note" id="par_id3156318" xml-lang="en-US">If you did not install audio files with $[officename], you can run the $[officename] Setup program again and select <emph>Modify</emph>.</paragraph>
-<paragraph role="heading" id="hd_id3154646" xml-lang="en-US" level="3">Play</paragraph>
+<note id="par_id3156318">If you did not install audio files with $[officename], you can run the $[officename] Setup program again and select <emph>Modify</emph>.</note>
+<h3 id="hd_id3154646">Play</h3>
<paragraph role="paragraph" id="par_id3145202" xml-lang="en-US">Plays the selected audio file.</paragraph>
-<paragraph role="heading" id="hd_id3154260" xml-lang="en-US" level="2">Run program</paragraph>
+<h2 id="hd_id3154260">Run program</h2>
<paragraph role="paragraph" id="par_id3155357" xml-lang="en-US">Starts a program during a slide show.</paragraph>
-<paragraph role="heading" id="hd_id3149157" xml-lang="en-US" level="2">Program</paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/program" id="bm_id3148911" localize="false"/><paragraph role="heading" id="hd_id3154277" xml-lang="en-US" level="3">Program</paragraph>
+<h2 id="hd_id3149157">Program</h2>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/program" id="bm_id3148911" localize="false"/><h3 id="hd_id3154277">Program</h3>
<paragraph role="paragraph" id="par_id3148918" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/program">Enter a path to the program you want to start, or click <emph>Browse </emph>to locate the program.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3159269" xml-lang="en-US" level="3">Browse</paragraph>
+<h3 id="hd_id3159269">Browse</h3>
<paragraph role="paragraph" id="par_id3154097" xml-lang="en-US">Locate the program you want to start.</paragraph>
-<paragraph role="heading" id="hd_id3152940" xml-lang="en-US" level="2">Run macro</paragraph>
+<h2 id="hd_id3152940">Run macro</h2>
<paragraph role="paragraph" id="par_id3153681" xml-lang="en-US">Runs a macro during the slide show.</paragraph>
-<paragraph role="heading" id="hd_id3149916" xml-lang="en-US" level="2">Macro</paragraph>
-<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/macro" id="bm_id3148618" localize="false"/><paragraph role="heading" id="hd_id3149804" xml-lang="en-US" level="3">Macro</paragraph>
+<h2 id="hd_id3149916">Macro</h2>
+<bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/interactionpage/macro" id="bm_id3148618" localize="false"/><h3 id="hd_id3149804">Macro</h3>
<paragraph role="paragraph" id="par_id3148625" xml-lang="en-US"><ahelp hid="modules/simpress/ui/interactionpage/macro">Enter a path to the macro you want to run, or click <emph>Browse </emph>to locate the macro.</ahelp></paragraph>
-<paragraph role="heading" id="hd_id3150628" xml-lang="en-US" level="3">Browse</paragraph>
+<h3 id="hd_id3150628">Browse</h3>
<paragraph role="paragraph" id="par_id3148417" xml-lang="en-US">Locate the macro you want to run.</paragraph>
-<paragraph role="heading" id="hd_id3150424" xml-lang="en-US" level="2">Exit presentation</paragraph>
+<h2 id="hd_id3150424">Exit presentation</h2>
<paragraph role="paragraph" id="par_id3154799" xml-lang="en-US">Ends the presentation.</paragraph>
-<paragraph role="heading" id="par_idN10AE2" xml-lang="en-US" level="2">Start object action</paragraph>
+<h2 id="par_idN10AE2">Start object action</h2>
<paragraph role="paragraph" id="par_idN10AE6" xml-lang="en-US">You can choose the "Start object action" entry for inserted OLE objects.</paragraph>
-<paragraph role="heading" id="par_idN10AE9" xml-lang="en-US" level="3">Edit</paragraph>
+<h3 id="par_idN10AE9">Edit</h3>
<paragraph role="paragraph" id="par_idN10AED" xml-lang="en-US">Opens the object in edit mode.</paragraph>
</body>
</helpdocument>
diff --git a/source/text/simpress/main_format.xhp b/source/text/simpress/main_format.xhp
index 816c677a02..29a20398e3 100644
--- a/source/text/simpress/main_format.xhp
+++ b/source/text/simpress/main_format.xhp
@@ -27,40 +27,42 @@
<section id="format">
<bookmark xml-lang="en-US" branch="hid/.uno:FormatMenu" id="bm_id4682149" localize="false"/>
- <paragraph id="hd_id3152596" role="heading" level="1" xml-lang="en-US"><link href="text/simpress/main_format.xhp" name="Format">Format</link></paragraph>
+ <h1 id="hd_id3152596"><link href="text/simpress/main_format.xhp" name="Format">Format</link></h1>
<paragraph id="par_id3145801" role="paragraph" xml-lang="en-US"><ahelp hid=".">Contains commands for formatting the layout and the contents of your document.</ahelp></paragraph>
</section>
<embed href="text/shared/01/05010000.xhp#standard"/>
- <paragraph id="hd_id3147401" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></paragraph>
+ <h2 id="hd_id3147401"><link href="text/shared/01/05020000.xhp" name="Character">Character</link></h2>
<embed href="text/shared/01/05020000.xhp#zeichentext"/>
- <paragraph id="hd_id3149941" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></paragraph>
+ <h2 id="hd_id3149941"><link href="text/shared/01/05030000.xhp" name="Paragraph">Paragraph</link></h2>
<embed href="text/shared/01/05030000.xhp#absatztext"/>
- <paragraph id="hd_id3147299" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></paragraph>
+ <h2 id="hd_id3147299"><link href="text/shared/01/06050000.xhp" name="Numbering/Bullets">Bullets and Numbering</link></h2>
<embed href="text/shared/01/06050000.xhp#numauftext"/>
<embed href="text/shared/01/05050000.xhp#grossklein"/>
- <paragraph id="hd_id3149499" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/05230000.xhp" name="Position and Size">Position and Size</link></paragraph>
+ <h2 id="hd_id3149499"><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 id="hd_id3154510" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/05200000.xhp" name="Line">Line</link></paragraph>
+ <h2 id="hd_id3154510"><link href="text/shared/01/05200000.xhp" name="Line">Line</link></h2>
<embed href="text/shared/01/05200000.xhp#linietext"/>
- <paragraph id="hd_id3149021" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/05210000.xhp" name="Area">Area</link></paragraph>
+ <h2 id="hd_id3149021"><link href="text/shared/01/05210000.xhp" name="Area">Area</link></h2>
<embed href="text/shared/01/05210000.xhp#flaechetext"/>
- <paragraph id="hd_id3155961" role="heading" level="2" xml-lang="en-US"><link href="text/shared/01/05990000.xhp" name="Text">Text</link></paragraph>
+ <h2 id="hd_id3155961"><link href="text/shared/01/05990000.xhp" name="Text">Text</link></h2>
<embed href="text/shared/01/05990000.xhp#texttext"/>
- <paragraph id="hd_id3156286" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/05120000.xhp" name="Page Layout...">Slide Design</link></paragraph>
+ <h2 id="hd_id3156286"><link href="text/simpress/01/05120000.xhp" name="Page Layout...">Slide Design</link></h2>
<embed href="text/simpress/01/05120000.xhp#seitenvorlagetext"/>
- <paragraph id="hd_id3163827" role="heading" level="2" xml-lang="en-US"><link href="text/simpress/01/05130000.xhp" name="Modify Layout">Slide Layout</link></paragraph>
+ <h2 id="hd_id3163827"><link href="text/simpress/01/05130000.xhp" name="Modify Layout">Slide Layout</link></h2>
<embed href="text/simpress/01/05130000.xhp#seite"/>
+
+ <embed href="text/simpress/01/06070000.xhp#interactionh1"/>
<embed href="text/shared/01/05290000.xhp#gruppe"/>
</body>