emfio/source/reader/mtftools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6cdefb0806cf7f77df24136c3ce10df703a15d2f Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Feb 21 23:32:47 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Feb 26 18:26:23 2026 +0100 Fix typo Change-Id: Ibf6a768e07ee7892b74264732a261e364e13cfac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199966 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx index 153524665485..0098543a2cc3 100644 --- a/emfio/source/reader/mtftools.cxx +++ b/emfio/source/reader/mtftools.cxx @@ -1813,7 +1813,7 @@ namespace emfio { if (fXScale != 0.0) { - // As we changing only font width, we are skippin if scales have the same values + // As we changing only font width, we are skipping if scales have the same values const bool bNeedsWidthScale = (std::fabs(fYScale) != std::fabs(fXScale)); if (bNeedsWidthScale) {
