summaryrefslogtreecommitdiff
path: root/sw/source/core/graphic
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-07-31 19:11:16 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-09-19 10:18:23 +0200
commit6182e030417bb48f767203957bab1cb48fa18b14 (patch)
tree480380a4c544fa2c2b9c6e7450bd05b59875b4af /sw/source/core/graphic
parent695d995c3006a7125e5733b76347d327d137d3bd (diff)
sw_redlinehide_2: add layout parameter to *Node::DelFrames
A trivial patch to remove some FIXMEs; unfortunately one new FIXME because the SwSectionNode case isn't entirely trivial. Change-Id: I94f11ffd19b189b165ad1fb05488ba8617e81357
Diffstat (limited to 'sw/source/core/graphic')
-rw-r--r--sw/source/core/graphic/ndgrf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx
index 3c49ab5a205a..0f6ce3dcbd36 100644
--- a/sw/source/core/graphic/ndgrf.cxx
+++ b/sw/source/core/graphic/ndgrf.cxx
@@ -303,7 +303,7 @@ SwGrfNode::~SwGrfNode()
}
//#39289# delete frames already here since the Frames' dtor needs the graphic for its StopAnimation
if( HasWriterListeners() )
- DelFrames();
+ DelFrames(nullptr);
}
/// allow reaction on change of content of GraphicObject