https://issues.apache.org/ooo/show_bug.cgi?id=121917

--- Comment #5 from Armin Le Grand <[email protected]> ---
ALG: UhOh. GetPlusHdl should not even be called, it's only called due to
casting a SdrObject to SdrTextObj which is in this case a SwDrawVirtObj. At
that object HasText is called, but lands on GetPlusHdl (jumping over the wrong
virtual table). Two steps:
- Change the cast to dynamic_cast and adapt code
- Take the chance and make methods at SwDrawVirtObj more safe.

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

Reply via email to