https://bugs.documentfoundation.org/show_bug.cgi?id=94173
--- Comment #7 from Julien Nabet <[email protected]> --- I'm not sure at all but wonder if it could be related to this commit: http://cgit.freedesktop.org/libreoffice/core/commit/?id=72c1b6141d590fb4479925ed8bc88b79357c2bfc extract of gdb session: Breakpoint 2, ScAutoFormat::Load (this=0x35b29f0) at /home/julien/compile-libreoffice/libreoffice/sc/source/core/tool/autoform.cxx:1039 1039 insert(pData); (gdb) p maData $19 = boost::ptr_map with 2.0 elements = {["00Test"] = {aName = "00Test", nStrResId = 65535, bIncludeFont = true, bIncludeJustify = true, bIncludeFrame = true, bIncludeBackground = true, bIncludeValueFormat = true, bIncludeWidthHeight = true, m_swFields = {<boost::noncopyable_::noncopyable> = {<No data fields>}, pData = 0x0, size = 0}, ppDataField = 0x359bc40}, ["Default"] = {aName = "Default", nStrResId = 65535, bIncludeFont = true, bIncludeJustify = true, bIncludeFrame = true, bIncludeBackground = true, bIncludeValueFormat = true, bIncludeWidthHeight = true, m_swFields = {<boost::noncopyable_::noncopyable> = {<No data fields>}, pData = 0x0, size = 0}, ppDataField = 0x350a8d0}} So it seems that to fix this, "Default" should be first in the list and the rest sorted. -- 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
