Issue 62440 - Autotext dialog crashes with preview enabled
Summary: Autotext dialog crashes with preview enabled
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 2.0.2
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: helge.delfs
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-22 14:39 UTC by helge.delfs
Modified: 2013-08-07 14:40 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 helge.delfs 2006-02-22 14:39:24 UTC
Open autotext dialog and check 'Show preview' -> Open autotext-group 'Only for
templates' and select 'Minutes: Agenda outcome' ->after that select 'Minutes:
Agenda Evaluation' -> Crash
Comment 1 Oliver Specht 2006-02-22 15:54:11 UTC
->od: You already have a crash report regarding this issue (now marked as
duplicate to this one)
Comment 2 Oliver-Rainer Wittmann 2006-02-28 14:50:47 UTC
accepted - fix in progress in cws swqbf57.

defect cause:
In method <SwDoc::ClearDoc()>, which is used by the AutoText dialog for the
preview of the AutoText entries, the numbering rules are destroyed before the
document content is destroyed. Due to the re-factored numbering code (cws
swnumtree), the destruction of the numbering rules also destroyes the root nodes
of the number trees, but these root nodes still have the numbered paragraphs of
the document content as children.

proposed solution:
Destroy the numbering rules after the destruction of the document content in
method <SwDoc::ClearDoc()>.
Comment 3 Oliver-Rainer Wittmann 2006-03-01 06:43:27 UTC
fixed in cws swqbf57 - changed file:
/sw/source/core/doc/docnew.cxx, 1.57.166.1
Comment 4 Oliver-Rainer Wittmann 2006-03-10 13:42:53 UTC
OD->HDE:
Checked in internal installation set of cws swqbf57 - please verify.

re-open issue and reassign to hde@openoffice.org
Comment 5 Oliver-Rainer Wittmann 2006-03-10 13:42:56 UTC
reassign to hde@openoffice.org
Comment 6 Oliver-Rainer Wittmann 2006-03-10 13:43:00 UTC
reset resolution to FIXED
Comment 7 helge.delfs 2006-03-14 14:50:39 UTC
HDE: OK in cws swqbf57
Comment 8 helge.delfs 2006-03-30 07:16:51 UTC
HDE: OK in SRC680m161