diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-02 15:52:51 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-02 20:52:47 +0200 |
commit | fb8b0585d9b821d1981153f27db55b5e9d768e7b (patch) | |
tree | c419427f652facbf70fcc44a9fe628083ba87c5f /sw/inc | |
parent | 3f16306964d5bb81dda3c681bcabbacadf424e7b (diff) |
loplugin:checkunusedparams in sw
Change-Id: I8a6b2647375a54720cd9fd765cc51c9ff43c8190
Reviewed-on: https://gerrit.libreoffice.org/40682
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 3 | ||||
-rw-r--r-- | sw/inc/docufld.hxx | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 07208deea24d..591b730fde30 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1203,8 +1203,7 @@ public: const SwCellFrame* pBoxFrame ); void SetTabCols( const SwTabCols &rNew, bool bCurRowOnly, const SwCellFrame* pBoxFrame ); - static void GetTabRows( SwTabCols &rFill, const SwCursor* pCursor, - const SwCellFrame* pBoxFrame ); + static void GetTabRows( SwTabCols &rFill, const SwCellFrame* pBoxFrame ); void SetTabRows( const SwTabCols &rNew, bool bCurColOnly, const SwCellFrame* pBoxFrame ); diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 10bb1ac1f57d..b1fb68ff9785 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -529,7 +529,7 @@ class SwExtUserFieldType : public SwFieldType public: SwExtUserFieldType(); - static OUString Expand(sal_uInt16 nSubType, sal_uInt32 nFormat); + static OUString Expand(sal_uInt16 nSubType); virtual SwFieldType* Copy() const override; }; |