[Libreoffice-commits] core.git: sdext/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jul 26 16:05:16 UTC 2021
sdext/source/pdfimport/wrapper/wrapper.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit dd43ed8610f2d3e4c90d4bfd8a6ab3c736e5b4b8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 26 17:56:32 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jul 26 18:04:41 2021 +0200
Fix typos
Change-Id: If0c2b0df62d2f307ceaef0ea961a0ff221ba5e65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119520
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx
index ffa29b1f7b7b..7cf30241c5ee 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -556,11 +556,11 @@ void LineParser::readFont()
/* The above font attributes (fontName, bold, italic) are based on
xpdf line output and may not be reliable. To get correct attributes,
we do the following:
- 1. Read the embeded font file and determine the attributes based on the
+ 1. Read the embedded font file and determine the attributes based on the
font file.
2. If we failed to read the font file, or empty result is returned, then
determine the font attributes from the font name.
- 3. If all these attemps have failed, then use a fallback font.
+ 3. If all these attempts have failed, then use a fallback font.
*/
if (nFileLen > 0)
{
More information about the Libreoffice-commits
mailing list