sw/source/filter/ww8/docxattributeoutput.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 77906e1eb01e8fbbe62704bf272021cc0d545b16
Author:     Noel Grandin <[email protected]>
AuthorDate: Thu Nov 13 13:10:34 2025 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Fri Nov 14 07:49:05 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]>

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index a069409daf3e..debf1052bb9a 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -7956,6 +7956,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);
 

Reply via email to