Issue 41512 - Assertion: : Empty object name
Summary: Assertion: : Empty object name
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 680m74
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-28 09:03 UTC by wolframgarten
Modified: 2005-02-21 13:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.