sw/source/filter/ww8/ww8par.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5d1f9b98e2c5e42aeef99529409d3b0b9727548d Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Dec 13 18:11:46 2021 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Dec 13 22:32:14 2021 +0100 Fix typo Change-Id: Ie9c1b805578db394ae900560bd5bfe2251161dec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126745 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index 634bd13aac8a..9de1a301e0a5 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -1896,7 +1896,7 @@ void SwWW8ImplReader::ImportDop() // COMPATIBILITY FLAGS END - // Import magic doptypography information, if its there + // Import magic doptypography information, if it's there if (m_xWwFib->m_nFib > 105) ImportDopTypography(m_xWDop->doptypography);