From a45827b2308febc7369db27fb489a6d1389534e1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Jul 2015 08:39:57 +0200 Subject: loplugin:unusedmethods Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins Reviewed-by: Noel Grandin --- accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'accessibility/inc') diff --git a/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx b/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx index 68a1727c56e8..5292b0bcb54b 100644 --- a/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx +++ b/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx @@ -56,7 +56,6 @@ namespace accessibility sal_Int32 m_nIndexInParent; protected: - void UpdateEnabled( sal_Int32 i, bool bEnabled ); void UpdateShowing( bool bShowing ); void UpdateSelected( sal_Int32 i, bool bSelected ); void UpdatePageText( sal_Int32 i ); -- cgit