svx/source/svdraw/svdpdf.cxx | 4 ++-- vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit a162f0f036fa1d0dc4dcd63c7859bda0b5702247 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun May 3 22:49:28 2020 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Mon May 4 07:01:22 2020 +0200 Fix typos Change-Id: I63ae6adec1967bcf888538437e5e88f0acdea66e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93392 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/svx/source/svdraw/svdpdf.cxx b/svx/source/svdraw/svdpdf.cxx index 7e4a3e6a5345..ad3a89ed9c02 100644 --- a/svx/source/svdraw/svdpdf.cxx +++ b/svx/source/svdraw/svdpdf.cxx @@ -807,9 +807,9 @@ void ImpSdrPdfImport::ImportText(FPDF_PAGEOBJECT pPageObject, FPDF_TEXTPAGE pTex return; } - // Let's rely on null-terminaton for the length of the string. We + // Let's rely on null-termination for the length of the string. We // just know the number of bytes the string takes, but in OUString - // needs the number of charaters. + // needs the number of characters. OUString sText(pText.get()); const double dFontSize = FPDFTextObj_GetFontSize(pPageObject); diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 346a8646abb9..ab5333498649 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -2161,7 +2161,7 @@ void PdfExportTest::testVersion15() // Check round-trip of importing and exporting the PDF with PDFium filter, // which imports the PDF document as multiple PDFs as graphic object. // Each page in the document has one PDF graphic object which content is -// the correcponding page in the PDF. When such a document is exported, +// the corresponding page in the PDF. When such a document is exported, // the PDF graphic gets embedded into the exported PDF document (as a // Form XObject). void PdfExportTest::testMultiPagePDF() _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits