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

Michael Meeks <[email protected]> changed:

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

--- Comment #10 from Michael Meeks <[email protected]> ---
This assertion fails:

include/svl/itemset.hxx: 

class SVL_DLLPUBLIC SfxItemSet
...
    template<class T> const T* GetItem(sal_uInt16 nWhich, bool bSearchInParent
= true) const
    {
        const SfxPoolItem* pItem = GetItem(nWhich, bSearchInParent);
        const T* pCastedItem = dynamic_cast<const T*>(pItem);

        assert(!pItem || pCastedItem); // if it exists, must have the correct
type
        return pCastedItem;
    }

Kendy - any thoughts on that ? =)

-- 
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