https://bugs.documentfoundation.org/show_bug.cgi?id=136231

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Regina Henschel <[email protected]> ---
The text is too high because the line spacing is wrong. The pptx-file has
multiple 0.8 (in the UI of PP), but in LO it is "single". It should be
"proportional 80%".

It is the 'lnSpcReduction' attribute of <a:normAutofit> element in <a:bodyPr>
element. In this case lnSpcReduction="20000".

The implementation is missing.
https://opengrok.libreoffice.org/xref/core/oox/inc/drawingml/textbodyproperties.hxx?r=e2169886
The 'TextBodyProperties' struct has no member for it.

https://opengrok.libreoffice.org/xref/core/oox/source/drawingml/textbodypropertiescontext.cxx?r=0feeb94f#169
The case 'A_TOKEN( normAutofit ) does not evaluate the attribute.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to