Issue 56370 - GPF when closing Draw/Impress and page in clipboard
Summary: GPF when closing Draw/Impress and page in clipboard
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: 680m130
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0.1
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
: 58600 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-10-21 12:53 UTC by Armin Le Grand
Modified: 2005-12-05 17:42 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 Armin Le Grand 2005-10-21 12:53:44 UTC
AW->CL: new Draw/Impress, click on page in PagePane, Ctrl-C, exit program ->
GPF. Same with copied AutoShape. Not with simple DRawShape, but a looot of
exception throwing.
Reason seems to be that the OS (wntmsci10.pro used) tries to fetch the real
clipboard data when the app closes.
Please choose a traget Yourself.
Comment 1 clippka 2005-10-21 13:55:53 UTC
changed target
Comment 2 clippka 2005-10-21 17:50:55 UTC
Fixed,

main problem was an oversight in one of my fixes in SdPage::Clone().
I wanted to restore the usercall on shapes of cloned pages but instead to set
the target slide as new usercall, I set the source slide. This worked well most
of the time, but not whenn source slide was deleted.

The second problem was that SdXfer holds a pointer to the document it was
created from. Because SdXFer could life longer than the document, I added a
SfxListener::Notify to SdXFer and if the source document is delete, I don't use
it anymore
Comment 3 clippka 2005-10-26 13:52:47 UTC
verified in cws, back to qa

re-open issue and reassign to wg@openoffice.org
Comment 4 clippka 2005-10-26 13:53:03 UTC
reassign to wg@openoffice.org
Comment 5 clippka 2005-10-26 13:53:38 UTC
reset resolution to FIXED
Comment 6 wolframgarten 2005-10-28 11:47:36 UTC
Verified in CWS.
Comment 7 wolframgarten 2005-11-10 12:55:48 UTC
Tested in master m139. Closed.
Comment 8 atdsm 2005-12-05 17:42:18 UTC
*** Issue 58600 has been marked as a duplicate of this issue. ***