diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-18 16:50:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-11-18 22:24:20 +0100 |
commit | 6c1ac01a4ac425456cb14e4ba34a3a2d9286453b (patch) | |
tree | 48af256ae65471e402e026b56499b3fd12e48b5f /sw/inc | |
parent | 9de2110e5bed17fcc6050bfaa669df45f0c1eb44 (diff) |
fdo#42534: SwRootFrm: clear SwLayouter in dtor
This crash is probably a regression introduced by CWS swlayoutrefactoring.
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 8427b172e9d4..52991c192d88 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -949,6 +949,7 @@ public: virtual const SwRootFrm *GetCurrentLayout() const; virtual SwRootFrm *GetCurrentLayout();//swmod 080219 virtual bool HasLayout() const; + void ClearSwLayouterEntries(); /** IDocumentTimerAccess */ |