summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/accessibletabbarpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-21 17:10:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-21 19:47:42 +0200
commit8fe53ec9f54ed9842b3b7dad566ccabecef39f70 (patch)
treea757bd575a2a30f3e94e130b96ac63bfe5688cad /accessibility/inc/extended/accessibletabbarpage.hxx
parent89dd08d15fbe57e3fbeac9a7a9906efd42788c74 (diff)
loplugin:constmethod in accessibility
Change-Id: I1e42811e8e79dd81837dd38570c0f2705bb87fe8 Reviewed-on: https://gerrit.libreoffice.org/77924 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'accessibility/inc/extended/accessibletabbarpage.hxx')
-rw-r--r--accessibility/inc/extended/accessibletabbarpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/inc/extended/accessibletabbarpage.hxx b/accessibility/inc/extended/accessibletabbarpage.hxx
index 3cc02ee323f7..913b34484c50 100644
--- a/accessibility/inc/extended/accessibletabbarpage.hxx
+++ b/accessibility/inc/extended/accessibletabbarpage.hxx
@@ -57,8 +57,8 @@ namespace accessibility
css::uno::Reference< css::accessibility::XAccessible > m_xParent;
bool IsEnabled();
- bool IsShowing();
- bool IsSelected();
+ bool IsShowing() const;
+ bool IsSelected() const;
void SetShowing( bool bShowing );
void SetSelected( bool bSelected );