summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-07-02 18:54:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-07-02 18:54:32 +0200
commit37b18359728b06091de02156053f2e0eecc556ed (patch)
tree91aea1cbed1c6878e9c7c653703d95398754d5d7 /include/comphelper
parentc95ff75df274e3d84458e928ee96870bc8b663b3 (diff)
Revert "comphelper: sal_Bool -> bool"
Oops, this reverts commit c95ff75df274e3d84458e928ee96870bc8b663b3.
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/accessibleselectionhelper.hxx2
-rw-r--r--include/comphelper/accimplaccess.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/accessibleselectionhelper.hxx b/include/comphelper/accessibleselectionhelper.hxx
index 4bb64a9d0ed3..dbc4c20270ea 100644
--- a/include/comphelper/accessibleselectionhelper.hxx
+++ b/include/comphelper/accessibleselectionhelper.hxx
@@ -62,7 +62,7 @@ namespace comphelper
// select the specified child => watch for special ChildIndexes (ACCESSIBLE_SELECTION_CHILD_xxx)
virtual void
- implSelect( sal_Int32 nAccessibleChildIndex, bool bSelect )
+ implSelect( sal_Int32 nAccessibleChildIndex, sal_Bool bSelect )
throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception) = 0;
protected:
diff --git a/include/comphelper/accimplaccess.hxx b/include/comphelper/accimplaccess.hxx
index 2c6f15979221..f416e14e8826 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 bool _bSet );
+ void setStateBit( const sal_Int16 _nState, const sal_Bool _bSet );
protected:
OAccessibleImplementationAccess( );