https://bugs.documentfoundation.org/show_bug.cgi?id=33613
--- Comment #27 from Julien Nabet <[email protected]> --- Just quick part of gdb session: Breakpoint 1, SwWW8ImplReader::ReadChar (this=0x2bb5450, nPosCp=32, nCpOfs=0) at /home/julien/compile-libreoffice/libreoffice/sw/source/filter/ww8/ww8par.cxx:3583 3583 bool bReadObj = IsInlineEscherHack(); (gdb) s SwWW8ImplReader::IsInlineEscherHack (this=0x2bb5450) at /home/julien/compile-libreoffice/libreoffice/sw/source/filter/ww8/ww8par.hxx:1681 1681 { return !m_aFieldStack.empty() && m_aFieldStack.back().mnFieldId == 95; }; (gdb) p m_aFieldStack.empty() $1 = false (gdb) p m_aFieldStack $2 = std::__debug::deque with 1 elements = {{msBookmarkName = "", msMarkType = "", msMarkCode = "", maParams = std::__debug::map with 0 elements, maStartPos = {maPtNode = SwNodeIndex (node 10), mnPtContent = 0}, mnFieldId = 58, mnObjLocFc = 0}} (gdb) n Just for the record, but I suppose it could be expected, forcing bReadObj to true doesn't help to show graphic of the first attachment. Hope it helps a bit. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
