summaryrefslogtreecommitdiff
path: root/include/comphelper/accessibleselectionhelper.hxx
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/accessibleselectionhelper.hxx
parentc95ff75df274e3d84458e928ee96870bc8b663b3 (diff)
Revert "comphelper: sal_Bool -> bool"
Oops, this reverts commit c95ff75df274e3d84458e928ee96870bc8b663b3.
Diffstat (limited to 'include/comphelper/accessibleselectionhelper.hxx')
-rw-r--r--include/comphelper/accessibleselectionhelper.hxx2
1 files changed, 1 insertions, 1 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: