diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-27 16:17:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-27 20:37:02 +0200 |
commit | 5f41f7b33e2f85be4c9d7380822916a7469cf39b (patch) | |
tree | 78a6f5e989ecf918598c9cc621411b92341f4d91 /sw/inc/doc.hxx | |
parent | b9d2c3345a14420ae2f936ffa37f269fcfe74475 (diff) |
loplugin:constantparam in sw
Change-Id: Ia477de0fb910f6a8fbb0a5054f4bdb43dd9ff381
Reviewed-on: https://gerrit.libreoffice.org/43951
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 5698a92ceb69..ac793aa2f924 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1103,8 +1103,7 @@ public: // Goto next/previous on same level. static bool GotoNextNum( SwPosition&, bool bOverUpper = true, sal_uInt8* pUpper = nullptr, sal_uInt8* pLower = nullptr ); - static bool GotoPrevNum( SwPosition&, bool bOverUpper = true, - sal_uInt8* pUpper = nullptr, sal_uInt8* pLower = nullptr ); + static bool GotoPrevNum( SwPosition&, bool bOverUpper = true ); /** Searches for a text node with a numbering rule. @@ -1215,8 +1214,7 @@ public: bool IsInsTableAlignNum() const; // From FEShell (for Undo and BModified). - static void GetTabCols( SwTabCols &rFill, const SwCursor* pCursor, - const SwCellFrame* pBoxFrame ); + static void GetTabCols( SwTabCols &rFill, const SwCellFrame* pBoxFrame ); void SetTabCols( const SwTabCols &rNew, bool bCurRowOnly, const SwCellFrame* pBoxFrame ); static void GetTabRows( SwTabCols &rFill, const SwCellFrame* pBoxFrame ); |