[Libreoffice-bugs] [Bug 110077] Font name preview in dialog appears as black bar

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Aug 13 20:36:59 UTC 2017


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

--- Comment #4 from JoNi <j.nitschke+tdfbz at ok.de> ---
hit an assert in a debugutil build
> core/svl/source/items/itempool.cxx:816: 
> const SfxPoolItem &SfxItemPool::GetDefaultItem(sal_uInt16) const:
> Assertion `!"unknown which - don't ask me for defaults"' failed.

which can be traced back to 
core/svx/source/dialog/fntctrl.cxx:1047
> const SvxBrushItem& rBrush = static_cast<const SvxBrushItem&>( rSet.Get( nWhich ) );
nWhich has the value SID_ATTR_BRUSH_CHAR = 10591

I got no idea how my patch could affect this part of the code.
apart from being SfxPoolItem, SvxFrameDirectionItem and SvxBrushItem got
nothing in common. The patch does not touch whichIDs, so a
SvxFrameDirectionItem can't land on a SvxBrushItem slot in a pool.

either the bibisect is wrong or the assert is completely unrelated.
But SvxBrushItem holds a background color.

maybe I missed something...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170813/a30de5ae/attachment.html>


More information about the Libreoffice-bugs mailing list