summaryrefslogtreecommitdiff
path: root/sw/source/core/text/widorp.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 15:38:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 11:40:01 +0200
commit0aa7c716cc1ad27da4ecfc9a40b1b1646bbb0fa8 (patch)
tree8f2acd3d8df2e3a1ec5d3e4081f53ea831577be3 /sw/source/core/text/widorp.cxx
parent33013a5feb1cfbb8cb9ddd10083bc9ff470da160 (diff)
loplugin:checkunusedparams in sw(part2)
Change-Id: Ic6829542628ed1f5ed7d6b3d6be1d28ed1b5c75b Reviewed-on: https://gerrit.libreoffice.org/37292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/text/widorp.cxx')
-rw-r--r--sw/source/core/text/widorp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/widorp.cxx b/sw/source/core/text/widorp.cxx
index 615c430521bd..91d3c1090d06 100644
--- a/sw/source/core/text/widorp.cxx
+++ b/sw/source/core/text/widorp.cxx
@@ -262,7 +262,7 @@ WidowsAndOrphans::WidowsAndOrphans( SwTextFrame *pNewFrame, const SwTwips nRst,
{
// For compatibility reasons, we disable Keep/Widows/Orphans
// inside splittable row frames:
- if ( m_pFrame->GetNextCellLeaf( MAKEPAGE_NONE ) || m_pFrame->IsInFollowFlowRow() )
+ if ( m_pFrame->GetNextCellLeaf() || m_pFrame->IsInFollowFlowRow() )
{
const SwFrame* pTmpFrame = m_pFrame->GetUpper();
while ( !pTmpFrame->IsRowFrame() )