summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-05-03 22:49:28 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2020-05-04 07:01:22 +0200
commita162f0f036fa1d0dc4dcd63c7859bda0b5702247 (patch)
treeb605b2bd7d9a7580b5401dc9f19df37327735915 /svx
parentb58b06fdc5edc9dbe5178225b2c090f7faf1918a (diff)
Fix typos
Change-Id: I63ae6adec1967bcf888538437e5e88f0acdea66e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93392 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdpdf.cxx4
1 files changed, 2 insertions, 2 deletions
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);