https://bugs.documentfoundation.org/show_bug.cgi?id=138698

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Julien Nabet <[email protected]> ---
Noel: it seems a pool pb but don't know how to tackle this.
I tried to provide the SID in:
SbaSbAttrDlg::PageCreated
     51 void SbaSbAttrDlg::PageCreated(const OString& rPageId, SfxTabPage&
rTabPage)
     52 {
     53     SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool()));
     54     if (rPageId == "format")
     55     {
     56         aSet.Put (SvxNumberInfoItem(
pNumberInfoItem->GetNumberFormatter(),
static_cast<sal_uInt16>(SID_ATTR_NUMBERFORMAT_INFO)));
     57         rTabPage.PageCreated(aSet);
     58     }
     59 }

indeed, I think there should be an else case to provide alignment SID case but
when I tried this but it seems the pool stays unmodified.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to