summaryrefslogtreecommitdiff
path: root/include/comphelper/accimplaccess.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-03 11:51:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-03 11:51:01 +0200
commit2134c9653ef1744cb6b422644673ed086f4f663d (patch)
tree0846a1a1cc1bf6ed9c6c79dcff860dcc7e89814d /include/comphelper/accimplaccess.hxx
parentd9ea0b15219d2774891e42012165ea389b9944a4 (diff)
comphelper: sal_Bool -> bool
Change-Id: I7d7ae1f5ddff0cf7d11a407b190256f37a71d48a
Diffstat (limited to 'include/comphelper/accimplaccess.hxx')
-rw-r--r--include/comphelper/accimplaccess.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/accimplaccess.hxx b/include/comphelper/accimplaccess.hxx
index f416e14e8826..2c6f15979221 100644
--- a/include/comphelper/accimplaccess.hxx
+++ b/include/comphelper/accimplaccess.hxx
@@ -85,7 +85,7 @@ namespace comphelper
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& _rxAccParent );
/// sets or resets a bit of the foreign controlled states
- void setStateBit( const sal_Int16 _nState, const sal_Bool _bSet );
+ void setStateBit( const sal_Int16 _nState, const bool _bSet );
protected:
OAccessibleImplementationAccess( );