summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/layact.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 16:39:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 14:42:24 +0200
commit410d96db06cf13e8e081cef6fc3d9a9cd24ddbcd (patch)
treefb67e0369e1a25d365774d78a7af8cdca4403b31 /sw/source/core/layout/layact.cxx
parent36917b4693ce8725ae648ca3ee55aecbc3a02522 (diff)
loplugin:checkunusedparams in sw(part3)
Change-Id: I604aa74e737894daa6e1878ac3ed61d9eeb6512a Reviewed-on: https://gerrit.libreoffice.org/37296 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/layout/layact.cxx')
-rw-r--r--sw/source/core/layout/layact.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/layact.cxx b/sw/source/core/layout/layact.cxx
index aa84e25c5cd8..827b13cf58e8 100644
--- a/sw/source/core/layout/layact.cxx
+++ b/sw/source/core/layout/layact.cxx
@@ -581,7 +581,7 @@ void SwLayAction::InternalAction(OutputDevice* pRenderContext)
}
}
if( bNoLoop )
- rLayoutAccess.GetLayouter()->LoopControl( pPage, LOOP_PAGE );
+ rLayoutAccess.GetLayouter()->LoopControl( pPage );
}
unlockPositionOfObjects( pPage );
@@ -634,7 +634,7 @@ void SwLayAction::InternalAction(OutputDevice* pRenderContext)
pPage = static_cast<SwPageFrame*>(pPage->GetNext());
}
if( bNoLoop )
- rLayoutAccess.GetLayouter()->LoopControl( pPage, LOOP_PAGE );
+ rLayoutAccess.GetLayouter()->LoopControl( pPage );
}
CheckIdleEnd();
}