https://bz.apache.org/ooo/show_bug.cgi?id=125129
--- Comment #8 from [email protected] --- void SvxAreaTabPage::PageCreated (SfxAllItemSet aSet) //add CHINA001 { SFX_ITEMSET_ARG (&aSet,pColorTabItem,SvxColorTableItem,SID_COLOR_TABLE,sal_False); ... if (pColorTabItem) SetColorTable(pColorTabItem->GetColorTable()); ... Construct(); } What is SFX_ITEMSET_ARG? -- You are receiving this mail because: You are the assignee for the issue.
