AllLangHelp_swriter.mk              |    1 
 source/text/swriter/01/01120000.xhp |    9 +-----
 source/text/swriter/02/10010000.xhp |   17 ++++--------
 source/text/swriter/02/10020000.xhp |   11 ++++---
 source/text/swriter/02/10040000.xhp |   38 +++++++++++++++++++++++++++
 source/text/swriter/02/10070000.xhp |   26 +++++++++---------
 source/text/swriter/02/10080000.xhp |   11 +------
 source/text/swriter/main0210.xhp    |   50 +++++++++++++++++++++++++-----------
 8 files changed, 104 insertions(+), 59 deletions(-)

New commits:
commit 21955867dc01dbc9e897c585c3a85299eb8f36ad
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Thu Apr 7 10:16:11 2022 +0100
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Wed May 4 12:48:29 2022 +0200

    tdf#148444 corrections to Print Preview Bar and related pages
    
       text/swriter/main0210.xhp (Print Preview Bar)
         *change order of commands to match toolbar
         +add <embed> to (new) Single Page Preview
         +add "Jump to Specific Page" command (no icon exists)
         +add Print command and icon
         +add Close Preview command and icon
         +add <embeds> to "zoom in" and "zoom out" icons
         *refactor to <h1>
    
       text/swriter/02/10040000.xhp
         + add this file for Single Page Preview, with icon table
    
       text/swriter/02/10070000.xhp (Multiple Pages Preview)
         +commit beginning with 0f337351 in 2013 accidentally removed
           the <h1> line, now added back.
         *changed description to match current behavior of command
         +added More Options header
         *refactor to <h3>
         -remove colspan= rowspan=
         *change image to .svg
         *change image size to 1cm
    
        text/swriter/02/10080000.xhp (Book preview)
         *refactor to <h3>
         *change image to .svg
         *change image size to 1cm
    
       text/swriter/02/10020000.xhp (Zoom out)
         +add section to icon table
         *refactor to <h1>
         -remove colspan= rowspan=
         *change image size to 1cm
         *change image to .svg
    
       text/swriter/02/10010000.xhp (Zoom in)
         +add section to icon table
         *change image to .svg
    
       text/swriter/01/01120000.xhp (Print Preview)
          +add link to Print Preview Bar page in description
          -drop Related topics and link with incorrect label
          *refactor to <h1>
    
    Change-Id: I902fe42d7f0405e2cfe3600199f5ab3fcb7e459c
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/132610
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk
index 60751d944..c4e25b3a6 100644
--- a/AllLangHelp_swriter.mk
+++ b/AllLangHelp_swriter.mk
@@ -227,6 +227,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\
     helpcontent2/source/text/swriter/02/10010000 \
     helpcontent2/source/text/swriter/02/10020000 \
     helpcontent2/source/text/swriter/02/10030000 \
+    helpcontent2/source/text/swriter/02/10040000 \
     helpcontent2/source/text/swriter/02/10050000 \
     helpcontent2/source/text/swriter/02/10070000 \
     helpcontent2/source/text/swriter/02/10080000 \
diff --git a/source/text/swriter/01/01120000.xhp 
b/source/text/swriter/01/01120000.xhp
index 72ebe640d..827ce08eb 100644
--- a/source/text/swriter/01/01120000.xhp
+++ b/source/text/swriter/01/01120000.xhp
@@ -27,26 +27,21 @@
 
 <body>
 
-
 <section id="printpreview">
 <bookmark xml-lang="en-US" branch="hid/.uno:PrintPreview" id="bm_id2822117" 
localize="false"/>
 
-<paragraph id="hd_id2013916" role="heading" level="1" xml-lang="en-US"><link 
href="text/swriter/01/01120000.xhp">Print Preview</link></paragraph>
+<h1 id="hd_id2013916" xml-lang="en-US"><link 
href="text/swriter/01/01120000.xhp">Print Preview</link></h1>
 <paragraph id="par_id1471907" role="paragraph" xml-lang="en-US"><ahelp 
hid=".uno:PrintPreview">Displays a preview of the printed page or closes the 
preview.</ahelp></paragraph>
 </section>
 
 <section id="howtoget">
 <embed href="text/shared/00/00000401.xhp#view"/>
 </section>
-<paragraph id="par_id8697470" role="paragraph" xml-lang="en-US">Use the icons 
on the <emph>Print Preview Bar</emph> to scroll through the pages of the 
document or to print the document.</paragraph>
+<paragraph id="par_id8697470" role="paragraph" xml-lang="en-US">Use the icons 
on the <link href="text/swriter/main0210.xhp" name="Page View Object 
Bar"><emph>Print Preview Bar</emph></link> to scroll through the pages of the 
document or to print the document.</paragraph>
 <paragraph id="par_id4314706" role="paragraph" xml-lang="en-US">You can also 
press Page Up and Page Down keys to scroll through the pages.</paragraph>
 <paragraph id="par_id4771874" role="note" xml-lang="en-US">You cannot edit 
your document while you are in the print preview.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/.uno:ClosePreview" id="bm_id9368395" 
localize="false"/>
 <paragraph id="par_id5027008" role="paragraph" xml-lang="en-US"><ahelp hid="." 
visibility="hidden">To exit the print preview, click the <emph>Close 
Preview</emph> button.</ahelp></paragraph>
-
-<section id="relatedtopics">
-<paragraph id="par_id2649311" role="paragraph" xml-lang="en-US"><link 
href="text/swriter/main0210.xhp" name="Page View Object Bar">Page View Object 
Bar</link></paragraph>
-</section>
 </body>
 
 </helpdocument>
diff --git a/source/text/swriter/02/10010000.xhp 
b/source/text/swriter/02/10010000.xhp
index 776689006..2f008fb0b 100644
--- a/source/text/swriter/02/10010000.xhp
+++ b/source/text/swriter/02/10010000.xhp
@@ -27,27 +27,22 @@
 </history>
 </meta>
 <body>
-
-
-  <section id="zoomin">
+<section id="zoomin">
 <bookmark branch="hid/.uno:ZoomPlus" xml-lang="en-US" id="bm_id3145083" 
localize="false"/>
 <h1 id="hd_id3151173"><link href="text/swriter/02/10010000.xhp" name="Zoom 
In">Zoom In</link></h1>
   <paragraph role="paragraph" id="par_id3163866" xml-lang="en-US"><ahelp 
hid=".uno:ZoomPlus" visibility="visible">Zooms in to get a close-up view of the 
document.</ahelp></paragraph>
-  </section>
+</section>
+<section id="syzoomin">
   <table id="tbl_id3145414">
-
-
-
     <tablerow>
      <tablecell>
-      <paragraph role="paragraph" id="par_id3154572" xml-lang="en-US"><image 
src="cmd/sc_zoomin.png" id="img_id3155895" width="1cm" height="1cm"><alt 
xml-lang="en-US" id="alt_id3155895">Icon Zoom In</alt></image></paragraph>
+      <paragraph role="paragraph" id="par_id3154572" xml-lang="en-US"><image 
src="cmd/sc_zoomin.svg" id="img_id3155895" width="1cm" height="1cm"><alt 
xml-lang="en-US" id="alt_id3155895">Icon Zoom In</alt></image></paragraph>
      </tablecell>
      <tablecell>
       <paragraph role="paragraph" id="par_id3155892" xml-lang="en-US">Zoom 
In</paragraph>
      </tablecell>
     </tablerow>
-
   </table>
-
- </body>
+</section>
+</body>
 </helpdocument>
diff --git a/source/text/swriter/02/10020000.xhp 
b/source/text/swriter/02/10020000.xhp
index f6e1e25de..c8b65d691 100644
--- a/source/text/swriter/02/10020000.xhp
+++ b/source/text/swriter/02/10020000.xhp
@@ -33,20 +33,21 @@
 <section id="zoomout">
 <bookmark xml-lang="en-US" branch="hid/.uno:ZoomIn" id="bm_id3149053" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:ZoomMinus" id="bm_id9029511" 
localize="false"/>
-<paragraph role="heading" id="hd_id3149870" xml-lang="en-US" level="1"><link 
href="text/swriter/02/10020000.xhp" name="Zoom Out">Zoom Out</link></paragraph>
+<h1 id="hd_id3149870" xml-lang="en-US"><link 
href="text/swriter/02/10020000.xhp" name="Zoom Out">Zoom Out</link></h1>
 <paragraph role="paragraph" id="par_id3147401" xml-lang="en-US"><ahelp 
hid=".">Zooms out to see more of the document at a reduced 
size.</ahelp></paragraph>
 </section>
+<section id="syzoomout">
 <table id="tbl_id3147170">
 <tablerow>
-<tablecell colspan="" rowspan="">
+<tablecell>
 <paragraph role="paragraph" id="par_id3148775" xml-lang="en-US">
-<image id="img_id3150764" src="cmd/sc_zoomout.png" width="0.1665inch" 
height="0.1665inch"><alt id="alt_id3150764" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+<image id="img_id3150764" src="cmd/sc_zoomout.svg" width="1cm" 
height="1cm"><alt id="alt_id3150764" xml-lang="en-US">Zoom Out 
Icon</alt></image></paragraph>
 </tablecell>
-<tablecell colspan="" rowspan="">
+<tablecell>
 <paragraph role="paragraph" id="par_id3156410" xml-lang="en-US">Zoom 
Out</paragraph>
 </tablecell>
 </tablerow>
 </table>
+</section>
 </body>
 </helpdocument>
diff --git a/source/text/swriter/02/10040000.xhp 
b/source/text/swriter/02/10040000.xhp
new file mode 100644
index 000000000..329ba2395
--- /dev/null
+++ b/source/text/swriter/02/10040000.xhp
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<helpdocument version="1.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 https://mozilla.org/MPL/2.0/.
+ *
+-->
+
+<meta>
+  <topic id="Single Page Preview" indexer="include" status="PUBLISH">
+    <title id="tit" xml-lang="en-US">Single Page Preview</title>
+    <filename>/text/swriter/02/10040000.xhp</filename>
+  </topic>
+</meta>
+<body>
+<section id="singlepage">
+<bookmark xml-lang="en-US" branch="hid/.uno:ShowSinglePage" 
id="bm_id921649976571374" localize="false"/>
+<h1 id="hd_id691649976425993"><link href="text/swriter/02/10040000.xhp" 
name="Single Page Preview">Single Page Preview</link></h1>
+<paragraph role="paragraph" id="par_id801649977112401"><ahelp 
hid=".uno:ShowSinglePage" visibility="visible">Displays one page at a time in 
the Print Preview window.</ahelp> </paragraph>
+</section>
+<section id="sysinglepage">
+<table id="tab_id231649976674083">
+  <tablerow>
+     <tablecell>
+       <paragraph role="paragraph" id="par_id331649976674083">
+<image src="cmd/sc_showsinglepage.svg" id="img_id921649976674083" width="1cm" 
height="1cm"><alt id="alt_id861649976674083">Singe Page Preview 
Icon</alt></image></paragraph>
+     </tablecell>
+     <tablecell>
+       <paragraph id="par_id161649976674083" role="paragraph">Singe Page 
Preview</paragraph>
+     </tablecell>
+  </tablerow>
+</table>
+</section>
+</body>
+</helpdocument>
\ No newline at end of file
diff --git a/source/text/swriter/02/10070000.xhp 
b/source/text/swriter/02/10070000.xhp
index f35dfbab5..be7c44554 100644
--- a/source/text/swriter/02/10070000.xhp
+++ b/source/text/swriter/02/10070000.xhp
@@ -1,7 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -20,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  -->
 
-
-               <helpdocument version="1.0">
+<helpdocument version="1.0">
 <meta>
 <topic id="textswriter0210070000xml" indexer="include" status="PUBLISH">
 <title id="tit" xml-lang="en-US">Multiple Pages Preview</title>
@@ -34,27 +30,31 @@
 <bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/previewzoomdialog/@@nowidget@@" 
id="bm_@@nowidget@@" localize="false"/>
 <bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/previewzoomdialog/PreviewZoomDialog" 
id="bm_id3145243" localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/.uno:ShowMultiplePages" 
id="bm_id2980921" localize="false"/>
+<h1 id="hd_id3147171" xml-lang="en-US"><link 
href="text/swriter/02/10070000.xhp" name="Page Preview: Multiple 
Pages">Multiple Pages Preview</link></h1>
 <paragraph role="paragraph" id="par_id3148771" xml-lang="en-US"><ahelp 
hid=".uno:PreviewZoom">Defines the number of pages displayed on screen. Click 
the arrow next to the icon to open a grid to select the number of pages to be 
displayed as rows and columns in the preview.</ahelp></paragraph>
 </section>
 <section id="symultiple_pages">
 <table id="tbl_id3151189">
 <tablerow>
-<tablecell colspan="" rowspan="">
+<tablecell>
 <paragraph role="paragraph" id="par_id3152738" xml-lang="en-US">
-<image id="img_id3152744" src="cmd/sc_showmultiplepages.png" width="0.222inch" 
height="0.222inch"><alt id="alt_id3152744" xml-lang="en-US">Icon</alt>
-       </image></paragraph>
+<image id="img_id3152744" src="cmd/sc_showmultiplepages.svg" width="1cm" 
height="1cm"><alt id="alt_id3152744" xml-lang="en-US">Icon Multiple Pages 
Preview</alt></image></paragraph>
 </tablecell>
-<tablecell colspan="" rowspan="">
+<tablecell>
 <paragraph role="paragraph" id="par_id3149805" xml-lang="en-US">Multiple Pages 
Preview</paragraph>
 </tablecell>
 </tablerow>
 </table>
 </section>
-<paragraph role="paragraph" id="par_id3154573" xml-lang="en-US">After clicking 
the <emph>Multiple Pages Preview</emph> icon, the<emph> Multiple pages</emph> 
dialog opens. Use the two spin buttons to set the number of pages to be 
displayed. </paragraph>
-<bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/previewzoomdialog/rows" id="bm_id3155183" 
localize="false"/><paragraph role="heading" id="hd_id3149695" xml-lang="en-US" 
level="3">Rows</paragraph>
+<paragraph role="paragraph" id="par_id3154573" xml-lang="en-US">After clicking 
the <menuitem>Multiple Pages Preview</menuitem> icon,  move the mouse over the 
desired number of rows and columns.</paragraph>
+<h2 id="hd_id121649340192450">More Options</h2>
+<paragraph role="paragraph" id="par_id3149822" xml-lang="en-US">You can also 
choose settings by clicking <menuitem>More Options</menuitem> to open a new 
dialog, then use the two spin buttons to set the number of pages to be 
displayed.</paragraph>
+<bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/previewzoomdialog/rows" id="bm_id3155183" 
localize="false"/>
+<h3 id="hd_id3149695" xml-lang="en-US">Rows</h3>
 <paragraph role="paragraph" id="par_id3149483" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/previewzoomdialog/rows">Defines the number of rows of 
pages.</ahelp></paragraph>
-<bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/previewzoomdialog/cols" id="bm_id3149095" 
localize="false"/><paragraph role="heading" id="hd_id3143274" xml-lang="en-US" 
level="3">Columns</paragraph>
+<bookmark xml-lang="en-US" 
branch="hid/modules/swriter/ui/previewzoomdialog/cols" id="bm_id3149095" 
localize="false"/>
+<h3 id="hd_id3143274" xml-lang="en-US">Columns</h3>
 <paragraph role="paragraph" id="par_id3149102" xml-lang="en-US"><ahelp 
hid="modules/swriter/ui/previewzoomdialog/cols">Defines the number of pages 
shown in columns.</ahelp></paragraph>
-<paragraph role="paragraph" id="par_id3149822" xml-lang="en-US">The settings 
you choose in the dialog can also be set using the mouse: Click the arrow next 
to the <emph>Multiple Pages Preview</emph> icon. Now move the mouse over the 
desired number of rows and columns.</paragraph>
+
 </body>
 </helpdocument>
diff --git a/source/text/swriter/02/10080000.xhp 
b/source/text/swriter/02/10080000.xhp
index 85a697129..7d79ac485 100644
--- a/source/text/swriter/02/10080000.xhp
+++ b/source/text/swriter/02/10080000.xhp
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -18,9 +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="textswriter0210080000xml" indexer="include" status="PUBLISH">
@@ -37,7 +32,7 @@
 </bookmark>
 <section id="bookpreview">
 <bookmark xml-lang="en-US" branch="hid/.uno:ShowBookview" id="bm_id1197546" 
localize="false"/>
-<paragraph role="heading" id="par_idN10548" xml-lang="en-US" level="1"><link 
href="text/swriter/02/10080000.xhp">Book preview</link></paragraph>
+<h1 id="par_idN10548" xml-lang="en-US"><link 
href="text/swriter/02/10080000.xhp">Book preview</link></h1>
 <paragraph role="paragraph" id="par_idN1054C" xml-lang="en-US"><ahelp 
hid=".">Select to display the first page on the right side in the print 
preview.</ahelp> If not selected, the first page is displayed on the left side 
of the preview.</paragraph>
 </section>
 <section id="sybookpreview">
@@ -45,15 +40,13 @@
 <tablerow>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_idN10635" xml-lang="en-US">
-<image id="img_id8750572" src="cmd/sc_showbookview.png" width="0.222inch" 
height="0.222inch"><alt id="alt_id8750572" xml-lang="en-US">book preview 
icon</alt>
-       </image></paragraph>
+<image id="img_id8750572" src="cmd/sc_showbookview.svg" width="1cm" 
height="1cm"><alt id="alt_id8750572" xml-lang="en-US">book preview 
icon</alt></image></paragraph>
 </tablecell>
 <tablecell colspan="" rowspan="">
 <paragraph role="paragraph" id="par_idN10614" xml-lang="en-US">Book 
Preview</paragraph>
 </tablecell>
 </tablerow>
 </table>
-
 </section>
 </body>
 </helpdocument>
diff --git a/source/text/swriter/main0210.xhp b/source/text/swriter/main0210.xhp
index 64a7a0aaf..d47a09fd4 100644
--- a/source/text/swriter/main0210.xhp
+++ b/source/text/swriter/main0210.xhp
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-
 <!--
  * This file is part of the LibreOffice project.
  *
@@ -22,7 +20,7 @@
 <helpdocument version="1.0">
 <meta>
 <topic id="textswritermain0210xml" indexer="include" status="PUBLISH">
-<title id="tit" xml-lang="en-US">Print Preview</title>
+<title id="tit" xml-lang="en-US">Print Preview Bar (Writer)</title>
 <filename>/text/swriter/main0210.xhp</filename>
 </topic>
 </meta>
@@ -30,28 +28,52 @@
 <section id="print_preview">
 <bookmark xml-lang="en-US" branch="hid/HID_PVIEW_TOOLBOX" id="bm_id3154239" 
localize="false"/>
 <bookmark xml-lang="en-US" branch="hid/SW_HID_PAGEPREVIEW" id="bm_id3154242" 
localize="false"/>
-<paragraph role="heading" id="hd_id3145783" xml-lang="en-US" level="1"><link 
href="text/swriter/main0210.xhp" name="Print Preview">Print 
Preview</link></paragraph>
+<h1 id="hd_id3145783" xml-lang="en-US"><link href="text/swriter/main0210.xhp" 
name="Print Preview">Print Preview</link></h1>
 <paragraph role="paragraph" id="par_id3154253" xml-lang="en-US">The 
<emph>Print Preview</emph> Bar appears when you view the current document in 
the print preview mode.</paragraph>
 </section>
+<embed href="text/swriter/02/10040000.xhp#singlepage"/>
+<embed href="text/swriter/02/10040000.xhp#sysinglepage"/>
+<embed href="text/swriter/02/10050000.xhp#two_pages"/>
+<embed href="text/swriter/02/10050000.xhp#sytwo_pages"/>
+<embed href="text/swriter/02/10080000.xhp#bookpreview"/>
+<embed href="text/swriter/02/10080000.xhp#sybookpreview"/>
+<embed href="text/swriter/02/10070000.xhp#multiple_pages"/>
+<embed href="text/swriter/02/10070000.xhp#symultiple_pages"/>
+<embed href="text/shared/02/10030000.xhp#first_page"/>
+<embed href="text/shared/02/10030000.xhp#syfirst_page"/>
 <embed href="text/shared/02/10010000.xhp#previous_page"/>
 <embed href="text/shared/02/10010000.xhp#syprevious_page"/>
+<h2 id="hd_id801649977850317">Jump to Specific Page</h2>
+  <paragraph role="paragraph" id="par_id891649977865555">To go to a specific 
page in the Print Preview, type the page number in the entry box, then press 
<keycode>Enter</keycode>.</paragraph>
 <embed href="text/shared/02/10020000.xhp#next_page"/>
 <embed href="text/shared/02/10020000.xhp#synext_page"/>
-<embed href="text/shared/02/10030000.xhp#first_page"/>
-<embed href="text/shared/02/10030000.xhp#syfirst_page"/>
 <embed href="text/shared/02/10040000.xhp#last_page"/>
 <embed href="text/shared/02/10040000.xhp#sylast_page"/>
-<embed href="text/swriter/02/10050000.xhp#two_pages"/>
-<embed href="text/swriter/02/10050000.xhp#sytwo_pages"/>
-<embed href="text/swriter/02/10070000.xhp#multiple_pages"/>
-<embed href="text/swriter/02/10070000.xhp#symultiple_pages"/>
-<embed href="text/swriter/02/10080000.xhp#bookpreview"/>
-<embed href="text/swriter/02/10080000.xhp#sybookpreview"/>
-<embed href="text/swriter/02/10010000.xhp#zoomin"/>
 <embed href="text/swriter/02/10020000.xhp#zoomout"/>
+<embed href="text/swriter/02/10020000.xhp#syzoomout"/>
 <embed href="text/swriter/02/10030000.xhp#previewzoom"/>
+<embed href="text/swriter/02/10010000.xhp#zoomin"/>
+<embed href="text/swriter/02/10010000.xhp#syzoomin"/>
 <embed href="text/shared/01/03110000.xhp#full_screen"/>
 <embed href="text/shared/00/00000403.xhp#syfullscreen"/>
-
+<h2 id="hd_id121649334614450">Print</h2>
+<paragraph role="paragraph" id="par_id641649334677475">Open the Print 
dialog.</paragraph>
+<embed href="text/shared/00/00000401.xhp#syprint"/>
+<section id="closepreview">
+<h2 id="hd_id581649332297923">Close Preview</h2>
+<paragraph role="paragraph" id="par_id101649332370147">Exit from Print 
Preview.</paragraph>
+<table id="tab_id361649332206811">
+    <tablerow>
+        <tablecell>
+            <paragraph role="paragraph" id="par_id91649332206811">
+<image src="cmd/lc_closepreview.png" id="img_id451649332206811" width="1cm" 
height="1cm"><alt id="alt_id221649332206811">Close Preview Icon</alt></image>
+            </paragraph>
+       </tablecell>
+       <tablecell>
+           <paragraph id="par_id661649332206811" role="paragraph">Close 
Preview</paragraph>
+       </tablecell>
+    </tablerow>
+</table>
+</section>
 </body>
 </helpdocument>

Reply via email to