[Libreoffice-commits] help.git: source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 30 15:36:45 UTC 2020


 source/text/shared/guide/qrcode.xhp |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit f8d5d058a35ca8fe9b6797e45fe703a7d7486ed1
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue Jun 30 11:17:57 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Jun 30 17:36:25 2020 +0200

    tdf#133998 Help entries split in middle of sentence
    
    Removed <ahelp> tags from Help file, and copy contents
    to extended tips in dialog file as done in
    
    https://gerrit.libreoffice.org/c/core/+/97526
    
    Change-Id: I933b1f89f8f5ea5a43dedbc25ea1de8014f3ea76
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97529
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/shared/guide/qrcode.xhp b/source/text/shared/guide/qrcode.xhp
index 32c22fbfb..088af8c46 100644
--- a/source/text/shared/guide/qrcode.xhp
+++ b/source/text/shared/guide/qrcode.xhp
@@ -23,7 +23,7 @@
         <h1 id="hd_id461566315781439"><link href="text/shared/guide/qrcode.xhp" name="QR Code">QR Code</link></h1>
         <bookmark id="bm_id971566315781438" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/QrCodeGenDialog" localize="false"/>
         <bookmark id="bm_id971566315781436" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/@@nowidget@@" localize="false"/>
-        <paragraph id="par_id381566315781439" role="paragraph" xml-lang="en-US"><ahelp hid=".">Generate QR Code for any text or URL.</ahelp></paragraph>
+        <paragraph id="par_id381566315781439" role="paragraph" xml-lang="en-US">Generate QR Code for any text or URL.</paragraph>
     </section>
     <paragraph role="paragraph" id="par_id411566316109551">The QR Code Generation feature helps to create QR codes for any text or URL. The QR code is produced as an image or shape and has all the properties associated with an image.</paragraph>
     <section id="howtoget">
@@ -31,7 +31,7 @@
     </section>
     <h2 id="hd_id611566316506278">URL or Text</h2>
     <bookmark id="bm_id97156631571" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/edit_text" localize="false"/>
-    <paragraph role="paragraph" id="par_id251566316519649"><ahelp hid=".">The text from which to generate the QR code.</ahelp></paragraph>
+    <paragraph role="paragraph" id="par_id251566316519649">The text from which to generate the QR code.</paragraph>
     <h2 id="hd_id701566317347416">Error correction</h2>
     <paragraph role="paragraph" id="par_id281566317365617">The error correction value for the QR Code that is to be created. The error correction of a QR code is a measure that helps a QR code to recover if it is damaged.</paragraph>
     <paragraph role="paragraph" id="par_id781566317374864">There are four standard error correction values.</paragraph>
@@ -41,21 +41,21 @@
     <bookmark id="bm_id97156631576" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_high" localize="false"/>
     <list type="unordered">
         <listitem>
-            <paragraph id="par_id271566316757549"  role="listitem"><emph>Low</emph>: <ahelp hid=".">7% of codewords can be restored.</ahelp></paragraph>
+            <paragraph id="par_id271566316757549"  role="listitem"><emph>Low</emph>: 7% of codewords can be restored.</paragraph>
         </listitem>
         <listitem>
-            <paragraph id="par_id751566316834436"  role="listitem"><emph>Medium</emph>: <ahelp hid=".">15% of codewords can be restored.</ahelp></paragraph>
+            <paragraph id="par_id751566316834436"  role="listitem"><emph>Medium</emph>: 15% of codewords can be restored.</paragraph>
         </listitem>
         <listitem>
-            <paragraph id="par_id481566316843503"  role="listitem"><emph>Quartile</emph>: <ahelp hid=".">25% of codewords can be restored.</ahelp></paragraph>
+            <paragraph id="par_id481566316843503"  role="listitem"><emph>Quartile</emph>: 25% of codewords can be restored.</paragraph>
         </listitem>
         <listitem>
-            <paragraph id="par_id641566316849901"  role="listitem"><emph>High</emph>: <ahelp hid=".">30% of codewords can be restored.</ahelp></paragraph>
+            <paragraph id="par_id641566316849901"  role="listitem"><emph>High</emph>: 30% of codewords can be restored.</paragraph>
         </listitem>
     </list>
     <h2 id="hd_id701566316879046">Border</h2>
     <bookmark id="bm_id97156631572" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/edit_border" localize="false"/>
-    <paragraph role="paragraph" id="par_id981566316947064"><ahelp hid=".">The width in dots of the border surrounding the QR code.</ahelp></paragraph>
+    <paragraph role="paragraph" id="par_id981566316947064">The width in dots of the border surrounding the QR code.</paragraph>
     <h2 id="hd_id761566322212787">Example</h2>
     <paragraph role="paragraph" id="par_id401566321281041">The QR code below was generated for the text <literal>www.libreoffice.org</literal>:</paragraph>
     <paragraph role="paragraph" id="par_id561566321218295" xml-lang="en-US">


More information about the Libreoffice-commits mailing list