sw/source/filter/ww8/docxattributeoutput.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 538d11d09c9063986a9744ad76122edc880afa1b Author: Noel Grandin <[email protected]> AuthorDate: Thu Nov 13 13:10:34 2025 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Wed Nov 19 20:47:38 2025 +0100 crashtesting --convert-to docx tdf134458-1.doc regression from commit 05f3ecbf1e1dac7f24b1dee80dd7054bf1557afe Author: Noel Grandin <[email protected]> Date: Wed Oct 29 13:40:30 2025 +0200 mso-test: fix duplicate w:rFonts elements under w:rPr Change-Id: Idda6b635fc8d034b01f21c9673ee8a8298d0a12c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193958 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> (cherry picked from commit 77906e1eb01e8fbbe62704bf272021cc0d545b16) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194007 Reviewed-by: Xisco Fauli <[email protected]> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index b6a4523e0905..a956f1810528 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -7959,6 +7959,7 @@ void DocxAttributeOutput::NumberingLevel( sal_uInt8 nLevel, FSNS( XML_w, XML_hint ), "default" ); aTempSet.ClearItem(RES_CHRATR_FONT); aTempSet.ClearItem(RES_CHRATR_CTL_FONT); + aTempSet.ClearItem(RES_CHRATR_SCRIPT_HINT); } m_rExport.OutputItemSet(aTempSet, false, true, i18n::ScriptType::LATIN, m_rExport.m_bExportModeRTF);
