sw/source/writerfilter/dmapper/DomainMapper_Impl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c317ee5d9d7dcf947fe0bdc32d5d4db0d1901608 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 13 09:25:54 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Aug 13 10:52:41 2025 +0200 Fix typo Change-Id: I749fe20ed559862e8fbd8d2d3bd6880cc0629c89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189477 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/writerfilter/dmapper/DomainMapper_Impl.cxx b/sw/source/writerfilter/dmapper/DomainMapper_Impl.cxx index 90b41eb7c033..dc309d04483f 100644 --- a/sw/source/writerfilter/dmapper/DomainMapper_Impl.cxx +++ b/sw/source/writerfilter/dmapper/DomainMapper_Impl.cxx @@ -3112,7 +3112,7 @@ void DomainMapper_Impl::finishParagraph( const PropertyMapPtr& pPropertyMap, con if (!bLeftChSet) // special case - indicates leftCh is disabled { - // Implementaton note: when leftChars was imported as zero, + // Implementation note: when leftChars was imported as zero, // an inherited w:left was force-inserted // by DomainMapper::lcl_attribute const PropertyIds eId = PROP_PARA_LEFT_MARGIN; @@ -3161,7 +3161,7 @@ void DomainMapper_Impl::finishParagraph( const PropertyMapPtr& pPropertyMap, con // indentation. Character-based hanging indentation must be pre-added // to the left margin here. - // tdf#167721: Oddball MS Word implemenation: + // tdf#167721: Oddball MS Word implementation: // Even if LeftChars is disabled/undefined and a w:left is provided, // when a hangingChars is also provided // then the w:left is ignored and treated as a zero.