https://bz.apache.org/ooo/show_bug.cgi?id=125129
--- Comment #7 from [email protected] --- maColorTab is set by: void SetColorTable( XColorListSharedPtr aColTab ) { maColorTab = aColTab; } In frame 3, at the bottom of main/cui/source/tabpages/tparea.cxx: void SvxAreaTabPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 { ... if (pColorTabItem) SetColorTable(pColorTabItem->GetColorTable()); ... Construct(); } so the color table would be initialized before the Construct() that ultimately crashes it, but it isn't. -- You are receiving this mail because: You are the assignee for the issue.
