summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/node.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-21 11:56:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 08:42:28 +0200
commite3b61a4bc8771fb7ef2b21ac7c82892592d94ede (patch)
treed146e85fb13bd5b7131e8238d38f89f2c113e214 /sw/source/core/docnode/node.cxx
parent17122091ec2c5a229484806746e5b8ed03c99327 (diff)
loplugin:unusedfields in sw part4
Change-Id: I1ffd51ab74b2ca809153f07f8de85e9c490749fd Reviewed-on: https://gerrit.libreoffice.org/39042 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/docnode/node.cxx')
-rw-r--r--sw/source/core/docnode/node.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/docnode/node.cxx b/sw/source/core/docnode/node.cxx
index 4866fb5cdaad..33f3ccd908c1 100644
--- a/sw/source/core/docnode/node.cxx
+++ b/sw/source/core/docnode/node.cxx
@@ -1354,11 +1354,7 @@ void SwContentNode::DelFrames( bool bIsDisposeAccTable )
pCFrame->FindMaster()->Prepare( PREP_FTN_GONE );
}
}
- //Set acc table dispose state
- pFrame->SetAccTableDispose( bIsDisposeAccTable );
pFrame->Cut();
- //Set acc table dispose state to default value
- pFrame->SetAccTableDispose( true );
SwFrame::DestroyFrame(pFrame);
}