summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuifmsearch.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-16 11:39:08 +0200
committerNoel Grandin <noel@peralex.com>2014-04-16 11:51:51 +0200
commit5b1b1e55ce492ceb1a907833f7073b46451760c6 (patch)
tree6f1ff57b2cb011702eb79c41d180063ab16d9463 /cui/source/inc/cuifmsearch.hxx
parent199d333f131474729a105afa5a3da61205f61df2 (diff)
cui: sal_Bool->bool
Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609
Diffstat (limited to 'cui/source/inc/cuifmsearch.hxx')
-rw-r--r--cui/source/inc/cuifmsearch.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx
index 909e2f1516f2..84fabd0d5eeb 100644
--- a/cui/source/inc/cuifmsearch.hxx
+++ b/cui/source/inc/cuifmsearch.hxx
@@ -143,11 +143,11 @@ protected:
painting is turned on immediately. As a consequence for this intricateness there is no flickering when turning
off and on quickly.
*/
- void EnableSearchUI(sal_Bool bEnable);
+ void EnableSearchUI(bool bEnable);
- void EnableSearchForDependees(sal_Bool bEnable);
+ void EnableSearchForDependees(bool bEnable);
- void EnableControlPaint(sal_Bool bEnable);
+ void EnableControlPaint(bool bEnable);
void InitContext(sal_Int16 nContext);