https://issues.apache.org/ooo/show_bug.cgi?id=125613
--- Comment #11 from Regina Henschel <[email protected]> --- The fix for issue 123922 has introduced a new behavior in sd/Source/ui/view/sdview4.cxx in method View::InsertGraphic. When you click on the "insert picture" button in the middle of an empty presentation object type 'text', then the presentation object becomes selected automatically. With the new behavior you get in line #27: pPickObj is true !bIsGraphic is true since bIsGraphic is false pPickObj->IsClosedObj is true Therefore the case is cought and the selected presentation object is filled with the picture as background. Clicking on the button should not select the empty presentation object, then pPickObj would not exist. This is not the only error. Filling an empty presentation object, when nothing is selected, is a different error. But I don't know the reason yet. -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
