https://bz.apache.org/ooo/show_bug.cgi?id=125129
--- Comment #5 from [email protected] --- main/cui/source/inc/cuitabarea.hxx class SvxAreaTabPage : public SvxTabPage { .... XColorListSharedPtr maColorTab; (gdb) print maColorTab $2 = {px = 0x0, pn = {pi_ = 0x0}} What is XColorListSharedPtr? According to several places: typedef ::boost::shared_ptr< XColorList > XColorListSharedPtr; So it looks like the maColorTab shared pointer is used uninitialized. -- You are receiving this mail because: You are the assignee for the issue.
