From c26f644db80e10f755911d277aac0e1d42731d29 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 29 Nov 2017 15:51:58 +0200 Subject: loplugin:unusedmethods Change-Id: I9188f4579900d7eec375754aa94d21ac4e8456e2 Reviewed-on: https://gerrit.libreoffice.org/45504 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/swtable.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/swtable.hxx') 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; -- cgit