diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-24 13:17:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-02-24 17:48:57 +0100 |
commit | a7e3451ce1c8bcce2d7e5db46a253aacb59e4ca3 (patch) | |
tree | 2753fa4c63a7abb5f585eef040fc153c6486da97 /emfio | |
parent | 17a10ec717440d4e84d34a6134cc06e685213b21 (diff) |
Fix typos
Change-Id: If005139571e46fbf8aedb37e2626c54a43853fd5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111483
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'emfio')
-rw-r--r-- | emfio/source/reader/mtftools.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx index e64bb488a458..7ea5b7969c52 100644 --- a/emfio/source/reader/mtftools.cxx +++ b/emfio/source/reader/mtftools.cxx @@ -369,7 +369,7 @@ namespace emfio // check 2nd (system-dependent) criteria for FontScale if(nUnscaledAverageFontWidth != rCandidate.GetFontHeight()) { - // FontScale is active, remrmber and use as current + // FontScale is active, remember and use as current maCurrentMetaFontAction = rNewMetaFontAction; } } @@ -427,8 +427,8 @@ namespace emfio // an import of an old EMF/WMF written by LibreOffice on a non-Windows (unx) system // and should be corrected. // Usually in tested cases this lies inside 5% of range, so detecting this just using - // fFactorTextPercent indside 5% -> no old file - // fFactorCorrectedTextPercent indside 5% -> is old file + // fFactorTextPercent inside 5% -> no old file + // fFactorCorrectedTextPercent inside 5% -> is old file // works not too bad, but there are some strange not so often used fonts where that // values do deviate, so better just compare if old corrected would fit better than // the uncorrected case, that is usually safe. |