From ff091dd8df2ad426820ecccbbdb7eb7fb746dceb Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 22 Jun 2023 12:09:54 -0300 Subject: tdf#155875 Tab'd UI commands Writer/Insert in Help + refactoring + Writer Insert menu (part 4) Change-Id: Ifa2c290d2a90133d6ee21d4827f83b5690e59f9c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153462 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/guide/qrcode.xhp | 65 ------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 source/text/shared/guide/qrcode.xhp (limited to 'source/text/shared/guide') diff --git a/source/text/shared/guide/qrcode.xhp b/source/text/shared/guide/qrcode.xhp deleted file mode 100644 index 1011109987..0000000000 --- a/source/text/shared/guide/qrcode.xhp +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - QR and Barcode - /text/shared/guide/qrcode.xhp - - - - - QR code;barcode - -
-

QR and Barcode

- - - Generate linear and matrix codes for any text or URL. -
- The QR and Barcode generation feature allows you to encode any text string or URL as a barcode or a QR code and insert it as a graphical object in a document for scanning. -
- -
-

URL or text

- - The text from which to generate the code. -

Error correction

- 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. - There are four standard error correction values. - - - - - - - Low: 7% of codewords can be restored. - - - Medium: 15% of codewords can be restored. - - - Quartile: 25% of codewords can be restored. - - - High: 30% of codewords can be restored. - - -

Margin

- - The width of the margin surrounding the code. -

Example

- The QR code below was generated for the text www.libreoffice.org: - - QR code example - - -
-- cgit