https://bugs.documentfoundation.org/show_bug.cgi?id=171509
--- Comment #4 from Jakub Duchek <[email protected]> --- The bug is specifically in the DrawingML import path (oox/drawingml/drawingmltypes.cxx, function GetFontUnderline()), where the XML_words token was commented out. This affects .pptx files (and any content using DrawingML text formatting with u="words"). The DOCX import path for w:u w:val="words" goes through writerfilter/ and already handles the "words" underline type correctly — so a .docx sample will appear to load fine even without the fix. The correct sample to reproduce the issue is a .pptx file with a text run using u="words" in DrawingML. I'm attaching one — it contains two text runs: one with u="sng" (single underline, works) and one with u="words" (word-only underline, renders incorrectly without the fix). -- You are receiving this mail because: You are the assignee for the bug.
