Issue 41512

Summary: Assertion: : Empty object name
Product: Impress Reporter: wolframgarten
Component: uiAssignee: wolframgarten
Status: CLOSED FIXED QA Contact: issues@graphics <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: 680m74   
Target Milestone: OOo 2.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description wolframgarten 2005-01-28 09:03:26 UTC
Open a new impress, assign aoutolayout title/chart. Click on the chart
placeholder, right click and select cut: an assertion appears:
OSL: File O\SRC680\src\comphelper\source\container\embeddedobjectcontainer.cxx,
line 303: Empty object name!
Choosing no brings up another one:
Error: copying embedded obejct failed! From File
O:\SRC680\src\svx\source\svdraw\svdoole2.cxx
Clicking no brings up another one:
Err: Assigned unconnected object?  From File
O:\SRC680\src\svx\source\svdraw\svdoole2.cxx

and then 

Error: Connect() called on disconnect object!
Comment 1 clippka 2005-01-28 14:26:25 UTC
Not sure if it realy caused an error but I fixed the SdrOle2::SetModel to not
copy anything if the ole object is empty
Comment 2 clippka 2005-02-01 14:43:59 UTC
fixed but failed
Comment 3 clippka 2005-02-02 10:10:11 UTC
fixed now, I had to generally disable connect() and disconnect() calls for empty
pres obj.
Also fixed a call to SetVerb in sd which was directed to the SfxShell and not
the SfxViewShell
Comment 4 clippka 2005-02-09 11:11:37 UTC
reopened to send back to qa
Comment 5 clippka 2005-02-09 11:12:03 UTC
send back to qa
Comment 6 clippka 2005-02-09 11:12:52 UTC
set back to fixed
Comment 7 wolframgarten 2005-02-09 14:42:31 UTC
Verified in CWS.
Comment 8 wolframgarten 2005-02-21 13:52:54 UTC
Tested in master. Closed.