sw/source/filter/ww8/ww8par2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bd5854b7d5ca488b200c78fce7174ca3b0e94170 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Jun 12 19:52:56 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 12 23:27:11 2024 +0200 Fix typo Change-Id: I4982c9cb6e45c05a336919bfce47cfc757fb89e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168753 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index b32e9184e2ea..6765b4487522 100644 --- a/sw/source/filter/ww8/ww8par2.cxx +++ b/sw/source/filter/ww8/ww8par2.cxx @@ -4002,7 +4002,7 @@ void WW8RStyle::PostProcessStyles() change their location if there's a special indentation for the first line, By avoiding making use of each styles margins during reading of their tabstops we don't get problems with doubly adjusting tabstops that - are inheritied. + are inherited. */ for (i=0; i < m_cstd; ++i) {