summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frame.hxx
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/inc/frame.hxx
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/inc/frame.hxx')
-rw-r--r--sw/source/core/inc/frame.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index a3bb649b2aa2..199a7725198f 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -360,7 +360,7 @@ public:
SwLayoutFrame *GetNextLeaf ( MakePageType eMakePage );
SwLayoutFrame *GetNextFootnoteLeaf( MakePageType eMakePage );
SwLayoutFrame *GetNextSctLeaf( MakePageType eMakePage );
- SwLayoutFrame *GetNextCellLeaf( MakePageType eMakePage );
+ SwLayoutFrame *GetNextCellLeaf();
SwLayoutFrame *GetPrevLeaf ( MakePageType eMakeFootnote );
SwLayoutFrame *GetPrevFootnoteLeaf( MakePageType eMakeFootnote );
SwLayoutFrame *GetPrevSctLeaf( MakePageType eMakeFootnote );