https://issues.apache.org/ooo/show_bug.cgi?id=119567
--- Comment #2 from zjchen <[email protected]> --- The problem is that the graphic in sample file is a special WMF picture, and its PicHeader parameters is not correctly on export. see <SwWW8WrGrf::WritePICFHeader(..)> in "main\sw\filter\source\wrtww8gr.cxx" line 604 when the original size of WMF picture is too big to fit, the final size will be replaced with Layout size, so that the scaling factor will be calculated based on inappropriate size. Resolution: replace writting the inappropriate scaling value into stream with default operation when the original size of WMF picture is too big to fit -- You are receiving this mail because: You are the assignee for the bug.
