summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-08-13 18:18:40 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-09-19 10:18:25 +0200
commit295c01428f20959946e3ed3bf8c9eb63b55e2b1c (patch)
treee95b8396a0470e17fe2f102e6339fa1fd23e7409 /sw/inc
parentfa3ddff22fd4c7c2ca035fddaea8eef0f33ed372 (diff)
sw_redlinehide_2: try to keep the pLastNode updated if it's deleted...
Change-Id: Ied4ca532b336cacf3c4a8d96b9e75dcbaf47ba29
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/node.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx
index 44e075cda09a..60149f2fc24a 100644
--- a/sw/inc/node.hxx
+++ b/sw/inc/node.hxx
@@ -412,7 +412,7 @@ public:
/** Method deletes all views of document for the node. The content-
frames are removed from the respective layout.
*/
- void DelFrames(SwRootFrame const* pLayout);
+ void DelFrames(SwRootFrame const* pLayout, bool fromDtor = false);
/** @return count of elements of node content. Default is 1.
There are differences between text node and formula node. */