Apache OpenOffice (AOO) Bugzilla – Full Text Issue Listing |
Summary: | Impress crashed: Click Custom Animation pan after canceling ' Edit File ' in Standard bar | ||
---|---|---|---|
Product: | Impress | Reporter: | amy2008 <amy2008> |
Component: | code | Assignee: | wolframgarten |
Status: | CLOSED FIXED | QA Contact: | issues@graphics <issues> |
Severity: | Trivial | ||
Priority: | P2 | CC: | issues, ooo.redflag, peter.junge |
Version: | DEV300m37 | ||
Target Milestone: | OOo 3.1 | ||
Hardware: | All | ||
OS: | All | ||
Issue Type: | DEFECT | Latest Confirmation in: | --- |
Developer Difficulty: | --- | ||
Issue Depends on: | |||
Issue Blocks: | 84292 |
Description
amy2008
2008-12-16 03:40:30 UTC
Reproducible. Reassigned. In DrawController::getCurrentPage() the WeakReference mpCurrentPage was checked for validity with the wrong method. Maybe because the WeakReference was introduced after the DrawController code was written. Fixed by using WeakReference<>::is() to check the pointer. Modified file is /sd/source/ui/unoidl/DrawController.cxx rev. 266156. @WG: Please verify. Verified in CWS. 'Tested in OOO310_m1. Closed. |