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

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

Assertion but in non debug mode, it would crash the line after:
   1662 void SvTreeListBox::SetEntryText(SvTreeListEntry* pEntry, const
OUString& rStr)
   1663 {
   1664     SvLBoxString* pItem =
static_cast<SvLBoxString*>(pEntry->GetFirstItem(SvLBoxItemType::String));
   1665     assert(pItem);
   1666     pItem->SetText(rStr);
See
https://opengrok.libreoffice.org/xref/core/vcl/source/treelist/treelistbox.cxx?r=a62a139c#1662

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to