sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 41aaaf062fbf69be129e1a8b560ac5d8a158a97b Author: Noel Grandin <[email protected]> AuthorDate: Tue Jan 20 08:37:01 2026 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Tue Jan 20 09:29:55 2026 +0100 fix comment Change-Id: I18f7023eab19a4cef028bd13f8231f304641b07b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197615 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index df2cb11ee67a..b8cdafe01e7a 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -2262,7 +2262,7 @@ void DocxAttributeOutput::DoWriteMoveRangeTagStart(std::u16string_view bookmarkN if (!bNoDate) pAttributeList->add(FSNS(XML_w, XML_date ), DateTimeToOString( aDateTime )); else - // w:data is a required attribute, so just use a placeholder date + // w:date is a required attribute, so just use a placeholder date pAttributeList->add(FSNS(XML_w, XML_date ), "1970-01-01T00:00:00Z"); pAttributeList->add(FSNS(XML_w, XML_name), bookmarkName); m_pSerializer->singleElementNS( XML_w, bFrom ? XML_moveFromRangeStart : XML_moveToRangeStart, pAttributeList );
