Kaydet (Commit) 48c90eb7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

SwCntntNode::DelFrms already checks for GetDepends()

Change-Id: I9f7ccd372a570dc4dea98983c51419dce83f8be8
üst 02e462f5
...@@ -912,8 +912,7 @@ SwCntntNode::~SwCntntNode() ...@@ -912,8 +912,7 @@ SwCntntNode::~SwCntntNode()
{ {
// The base class SwClient of SwFrm excludes itself from the dependency list! // The base class SwClient of SwFrm excludes itself from the dependency list!
// Thus, we need to delete all Frames in the dependency list. // Thus, we need to delete all Frames in the dependency list.
if( GetDepends() ) DelFrms(false);
DelFrms(false);
delete pCondColl; delete pCondColl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment