sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9ee7cdc12010274abf23d17f1bd6840e03f1af14 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 10 12:19:49 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Dec 12 09:40:07 2025 +0100 Fix typo Change-Id: I51b1edb8b8897ec37231bf18f01ff930c737fd7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195371 Tested-by: Jenkins Reviewed-by: Simon Chenery <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 3fd2af4b63ad..006fad2f8250 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -4379,7 +4379,7 @@ void DocxAttributeOutput::StartRedline(const SwRedlineData* pRedlineData, bool b const DateTime& aDateTime = pRedlineData->GetTimeStamp(); 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 ); bool isInMoveBookmark = false;
