source/text/swriter/guide/print_selection.xhp |   37 +++++++++++---------------
 1 file changed, 17 insertions(+), 20 deletions(-)

New commits:
commit c0209500150e6fede8c288372a17cbf4b30817c5
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Dec 3 19:39:34 2020 -0300
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Dec 4 14:03:34 2020 +0100

    Review print selection Help page
    
    * Add section to hold sublist (see DTD)
    * drop table
    * drop future and use present
    * change "e.g" to "For example"
    * drop parenthesis
    
    ref: 
https://wiki.documentfoundation.org/Documentation/DocumentationTeamInfo/StyleGuide#Writing_style
    
    and below.
    
    Change-Id: Ia6a79eda713074ad651f4961dd7916ff3e63de2d
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107179
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    (cherry picked from commit 5e804bf7708f734fcfe1619286a9319c2849ec5f)
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107205

diff --git a/source/text/swriter/guide/print_selection.xhp 
b/source/text/swriter/guide/print_selection.xhp
index 477c459a0..6902aef23 100644
--- a/source/text/swriter/guide/print_selection.xhp
+++ b/source/text/swriter/guide/print_selection.xhp
@@ -51,26 +51,23 @@
   </listitem>
   <listitem>
         <paragraph id="par_id331605269672260" role="listitem">Enter the page 
numbers to print.</paragraph>
-        <paragraph id="par_id481605270284520" role="listitem">&#x2022; Use 
<literal>-</literal> for a range of pages (e.g., <input>1–4</input> will print 
all pages from 1 to 4).</paragraph>
-       <paragraph role="listitem" id="par_id651605685305228">&#x2022; Partial 
ranges are also permitted.</paragraph>
-    <comment>Empty tablecells needed for layout, do not delete</comment>
-   <table id="tab_id191605686988056">
-    <tablerow>
-     <tablecell></tablecell><tablecell></tablecell>
-     <tablecell>
-      <paragraph id="par_id781605686618241" 
role="tablecontent"><input>-5</input> prints all pages up to page 5.</paragraph>
-     </tablecell>
-    </tablerow>
-    <tablerow>
-     <tablecell></tablecell><tablecell></tablecell>
-     <tablecell>
-      <paragraph id="par_id741605686988056" 
role="tablecontent"><input>10-</input> prints from page 10 to end of 
document.</paragraph>
-     </tablecell>
-    </tablerow>
-   </table>
-   <paragraph id="par_id951605270474391" role="listitem">&#x2022; Use 
<literal>,</literal> or <literal>;</literal> for a list of pages (e.g., <input> 
1,3;7</input> will print pages 1, 3 and 7.  Spaces are optional. 1, 3, 7 will 
also work).</paragraph>
-   <paragraph id="par_id611605270697509" role="listitem">&#x2022; Combinations 
are also possible (e.g., <input>1, 3, 5-10, 15-</input> will print pages 1,3, 5 
through 10, and 15 to end of document.</paragraph>
-  </listitem>
+    <section id="sublist">
+      <list type="unordered">
+    <listitem>
+        <paragraph id="par_id481605270284520" role="listitem">Use 
<literal>-</literal> for a range of pages. For example, <input>1-4</input> 
prints all pages from 1 to 4.</paragraph>
+    </listitem>
+    <listitem>
+        <paragraph role="listitem" id="par_id651605685305228">Partial ranges 
are also allowed: <input>-5</input> prints all pages up to page 5; 
<input>10-</input> prints from page 10 to end of document.</paragraph>
+    </listitem>
+    <listitem>
+   <paragraph id="par_id951605270474391" role="listitem">Use 
<literal>,</literal> or <literal>;</literal> for a list of pages. For example, 
<input>1,3;7</input> prints pages 1, 3 and 7.  Spaces are optional: <input>1, 
3, 7</input> also works.</paragraph>
+    </listitem>
+    <listitem>
+   <paragraph id="par_id611605270697509" role="listitem">Combinations are also 
possible. For example, <input>1, 3, 5-10, 15-</input> prints pages 1,3, 5 to 
10, and 15 to end of document.</paragraph>
+    </listitem>
+</list>
+    </section>
+    </listitem>
   <listitem>
    <paragraph id="par_id581605269685019" role="listitem">The preview box on 
the left shows the selected pages.</paragraph>
   </listitem>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to