diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-08-22 12:56:33 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-09-19 10:18:28 +0200 |
commit | e0850bc178ade609d5588aa3c8ba5c7bd4bac2b8 (patch) | |
tree | 42c875a84b12667fc2e862cc80de0c91c33b74ee /sw/inc | |
parent | 9e1efcc85eb1f8f59fa4a9dcda17374bfb1efc95 (diff) |
sw_redlinehide_2: SwContentNode::DelFrames()
... needs to remove extents when it's called when moving nodes to
Undo-nodes-array.
Change-Id: I32cf38074d9f3d614d5f854979be6b0135d53914
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 05b69c9acb21..f46ea9132c71 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, bool fromDtor = false); + void DelFrames(SwRootFrame const* pLayout); /** @return count of elements of node content. Default is 1. There are differences between text node and formula node. */ |