summaryrefslogtreecommitdiff
path: root/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx')
-rw-r--r--accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx b/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx
index 6d273670170f..dede5c0dba01 100644
--- a/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx
+++ b/accessibility/inc/accessibility/extended/accessibletabbarpagelist.hxx
@@ -56,9 +56,9 @@ namespace accessibility
sal_Int32 m_nIndexInParent;
protected:
- void UpdateEnabled( sal_Int32 i, sal_Bool bEnabled );
- void UpdateShowing( sal_Bool bShowing );
- void UpdateSelected( sal_Int32 i, sal_Bool bSelected );
+ void UpdateEnabled( sal_Int32 i, bool bEnabled );
+ void UpdateShowing( bool bShowing );
+ void UpdateSelected( sal_Int32 i, bool bSelected );
void UpdatePageText( sal_Int32 i );
void InsertChild( sal_Int32 i );