From 403c13487c36f4200adf0986c5d11398f719cd7a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Aug 2015 16:28:49 +0200 Subject: loplugin:unusedmethods Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins Reviewed-by: Noel Grandin --- .../inc/accessibility/extended/accessibletabbarpage.hxx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'accessibility/inc/accessibility') diff --git a/accessibility/inc/accessibility/extended/accessibletabbarpage.hxx b/accessibility/inc/accessibility/extended/accessibletabbarpage.hxx index 4959ab659679..54abbf74f485 100644 --- a/accessibility/inc/accessibility/extended/accessibletabbarpage.hxx +++ b/accessibility/inc/accessibility/extended/accessibletabbarpage.hxx @@ -51,26 +51,25 @@ namespace accessibility private: sal_uInt16 m_nPageId; - bool m_bEnabled; - bool m_bShowing; - bool m_bSelected; + bool m_bEnabled; + bool m_bShowing; + bool m_bSelected; OUString m_sPageText; css::uno::Reference< css::accessibility::XAccessible > m_xParent; protected: - bool IsEnabled(); - bool IsShowing(); - bool IsSelected(); + bool IsEnabled(); + bool IsShowing(); + bool IsSelected(); - void SetEnabled( bool bEnabled ); void SetShowing( bool bShowing ); void SetSelected( bool bSelected ); void SetPageText( const OUString& sPageText ); sal_uInt16 GetPageId() const { return m_nPageId; } - void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ); + void FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ); // OCommonAccessibleComponent virtual css::awt::Rectangle implGetBounds( ) throw (css::uno::RuntimeException) SAL_OVERRIDE; -- cgit v1.2.3