https://issues.apache.org/ooo/show_bug.cgi?id=121917
--- Comment #18 from Armin Le Grand <[email protected]> --- ALG: Found another place in cui where a SdrObject is casted the old way to a SdrTextObj because the SdrObjKind is a text type; this is not safe as long as we have SdrVirtObjs in Writer. In this case, the wrong cast leads to a wrong function call (SwDrawVirtObj::GetPlusHdl instead of HasText). Other system compilers somehow survive that, as the win compiler does in non-pro build. Anyways, it's an error. Checking with a pro-build if this is the error. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
