From 9ab408277b8c68f3d987a36744171fc0ef1de2f6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Oct 2016 09:39:07 +0200 Subject: loplugin:expandablemethodds in sw(part1) Change-Id: Ic3a558e6b646b6b6bc4cb7e09a00695553023534 Reviewed-on: https://gerrit.libreoffice.org/30073 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/inc/swtable.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/inc/swtable.hxx') diff --git a/sw/inc/swtable.hxx b/sw/inc/swtable.hxx index 6e4251bbbfb7..96d212e68f5d 100644 --- a/sw/inc/swtable.hxx +++ b/sw/inc/swtable.hxx @@ -115,8 +115,6 @@ protected: bool m_bDontChangeModel; #endif - bool IsModifyLocked(){ return m_bModifyLocked;} - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override; public: -- cgit