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

--- Comment #4 from Julien Nabet <[email protected]> ---
Created attachment 176050
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176050&action=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today, I could reproduce the
same assertion.

Code pointer, the page is created from SbaSbAttrDlg::SbaSbAttrDlg (see
https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/dlg/dlgattr.cxx?r=77af4cb9#36)
+ SbaSbAttrDlg::PageCreated

Taking a look at the pool, we see only:
(243, 245), (10086, 10086), (10580, 10580)

10580 = SID_ATTR_NUMBERFORMAT_ONE_AREA (see
https://opengrok.libreoffice.org/xref/core/include/svx/svxids.hrc?r=04c7c90f#540)
86 must be SID_ATTR_NUMBERFORMAT_INFO (see
https://opengrok.libreoffice.org/xref/core/include/svx/svxids.hrc?r=04c7c90f#233)

they must be from SvxNumberFormatTabPage::pRanges (see
https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/numfmt.cxx?r=fa311ad6#59)

Remark:
1) where do 243 and 245 come from?
2) why don't we see SID_ATTR_NUMBERFORMAT_NOLANGUAGE and
SID_ATTR_NUMBERFORMAT_SOURCE in the pool whereas they're in
SvxNumberFormatTabPage::pRanges


Anyway, 11569 (which corresponds to SID_ATTR_ALIGN_HOR_JUSTIFY_METHOD) isn't in
the pool and that's the main problem.

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

Reply via email to