sw/source/writerfilter/dmapper/StyleSheetTable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d74fd267f140b5e0fad2b9617f197cbd50cf8356 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 13 09:25:55 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Aug 13 10:53:21 2025 +0200 Fix typo Change-Id: I1641afc199585899360880019c540a19bdd1ab39 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189478 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/writerfilter/dmapper/StyleSheetTable.cxx b/sw/source/writerfilter/dmapper/StyleSheetTable.cxx index 7e46ae555a1b..b7078d767f1b 100644 --- a/sw/source/writerfilter/dmapper/StyleSheetTable.cxx +++ b/sw/source/writerfilter/dmapper/StyleSheetTable.cxx @@ -1317,7 +1317,7 @@ void StyleSheetTable::ApplyStyleSheetsImpl(const FontTablePtr& rFontTable, std:: if (!bLeftChSet) // special case: disables leftChars { - // Implementaton note: when leftChars was imported as zero, + // Implementation note: when leftChars was imported as zero, // a fall-back w:left=0 was force-inserted // by DomainMapper::lcl_attribute assert(bLeftSet && "where is the fall-back w:left info?");