sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d232bfd1f2bd69e1711007e91790fa8586c59eb4 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Oct 31 18:46:56 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Nov 1 16:32:23 2025 +0100 Fix typo Change-Id: Ie58e89565c4a7b08ba280f7d4ae7197a7e422ee3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193280 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 0b55cfb413e5..87a4866f595b 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -8558,7 +8558,7 @@ DocxAttributeOutput::hasProperties DocxAttributeOutput::WritePostitFields() const DateTime aDateTime = f->GetDateTime(); bool bNoDate = bRemovePersonalInfo || ( aDateTime.GetYear() == 1970 && aDateTime.GetMonth() == 1 && aDateTime.GetDay() == 1 ) || - // The officeotron validator does not think year 0 is valid, so just dont put anything, + // The officeotron validator does not think year 0 is valid, so just don't put anything, // a zero year is not useful anyway. ( aDateTime.GetYear() == 0 && aDateTime.GetMonth() == 0 && aDateTime.GetDay() == 0 );
