summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-20 18:51:58 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-24 20:45:15 +0200
commit35a0244b536543f2f4a7bb0b1350e6b3caa295dd (patch)
tree4bef2d08be0b313228fc970b0f68b481974ff672
parent699c98413f9a1327cae659656478fc44321c6458 (diff)
Fix list formatting in QR code page
Change-Id: Icf81d65d1d6ce5850112f76e10430459620a8b65 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96782 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/shared/guide/qrcode.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/shared/guide/qrcode.xhp b/source/text/shared/guide/qrcode.xhp
index f43ea9209e..32c22fbfba 100644
--- a/source/text/shared/guide/qrcode.xhp
+++ b/source/text/shared/guide/qrcode.xhp
@@ -35,21 +35,21 @@
<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>
+ <bookmark id="bm_id97156631573" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_low" localize="false"/>
+ <bookmark id="bm_id97156631574" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_medium" localize="false"/>
+ <bookmark id="bm_id97156631575" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_quartile" localize="false"/>
+ <bookmark id="bm_id97156631576" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_high" localize="false"/>
<list type="unordered">
<listitem>
- <bookmark id="bm_id97156631573" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_low" localize="false"/>
<paragraph id="par_id271566316757549" role="listitem"><emph>Low</emph>: <ahelp hid=".">7% of codewords can be restored.</ahelp></paragraph>
</listitem>
<listitem>
- <bookmark id="bm_id97156631574" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_medium" localize="false"/>
<paragraph id="par_id751566316834436" role="listitem"><emph>Medium</emph>: <ahelp hid=".">15% of codewords can be restored.</ahelp></paragraph>
</listitem>
<listitem>
- <bookmark id="bm_id97156631575" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_quartile" localize="false"/>
<paragraph id="par_id481566316843503" role="listitem"><emph>Quartile</emph>: <ahelp hid=".">25% of codewords can be restored.</ahelp></paragraph>
</listitem>
<listitem>
- <bookmark id="bm_id97156631576" xml-lang="en-US" branch="hid/cui/ui/qrcodegen/button_high" localize="false"/>
<paragraph id="par_id641566316849901" role="listitem"><emph>High</emph>: <ahelp hid=".">30% of codewords can be restored.</ahelp></paragraph>
</listitem>
</list>
> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-23Remove unused preprocessor defined functions in the unicode utilsMartin Brown
2013-02-19make it possible to build with system icu 4.2 (RHEL-6)Caolán McNamara
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-10-04sal_Bool->bool in i18nutilNoel Grandin
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-03these 9 scripts are in icu >= 4.8, but not in 4.6.1Caolán McNamara
2012-09-03Add a way to get a sample language for a given scriptcodeCaolán McNamara