summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/charmapacc.cxx
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 /svx/source/accessibility/charmapacc.cxx
parentd9ea0b15219d2774891e42012165ea389b9944a4 (diff)
comphelper: sal_Bool -> bool
Change-Id: I7d7ae1f5ddff0cf7d11a407b190256f37a71d48a
Diffstat (limited to 'svx/source/accessibility/charmapacc.cxx')
-rw-r--r--svx/source/accessibility/charmapacc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/accessibility/charmapacc.cxx b/svx/source/accessibility/charmapacc.cxx
index 46db02efa01a..c0b6394ada37 100644
--- a/svx/source/accessibility/charmapacc.cxx
+++ b/svx/source/accessibility/charmapacc.cxx
@@ -324,7 +324,7 @@ bool SvxShowCharSetAcc::implIsSelected( sal_Int32 nAccessibleChildIndex ) throw
}
// select the specified child => watch for special ChildIndexes (ACCESSIBLE_SELECTION_CHILD_xxx)
-void SvxShowCharSetAcc::implSelect(sal_Int32 nAccessibleChildIndex, sal_Bool bSelect)
+void SvxShowCharSetAcc::implSelect(sal_Int32 nAccessibleChildIndex, bool bSelect)
throw (IndexOutOfBoundsException, RuntimeException, std::exception)
{
if ( m_pParent )