diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-29 15:51:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-30 07:21:54 +0100 |
commit | c26f644db80e10f755911d277aac0e1d42731d29 (patch) | |
tree | 0e29bad26101cdfdebcd3d385e02154243564ffa /sw | |
parent | 5ecc8e79d84c985fc5835b941924541c135eeeec (diff) |
loplugin:unusedmethods
Change-Id: I9188f4579900d7eec375754aa94d21ac4e8456e2
Reviewed-on: https://gerrit.libreoffice.org/45504
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/swtable.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 116677eaaf39..c53139b753c0 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -195,7 +195,6 @@ public: void SetTableStyleName(const OUString& rName) { maTableStyleName = rName; } sal_uInt16 GetRowsToRepeat() const { return std::min( (sal_uInt16)GetTabLines().size(), m_nRowsToRepeat ); } - sal_uInt16 GetRowsToRepeat_() const { return m_nRowsToRepeat; } void SetRowsToRepeat( sal_uInt16 nNumOfRows ) { m_nRowsToRepeat = nNumOfRows; } bool IsHeadline( const SwTableLine& rLine ) const; |