summaryrefslogtreecommitdiffstats
path: root/sw/inc/hintids.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-09-25 11:39:07 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-09-25 11:53:57 +0900
commit38b29bbc39efc74f4c6086378df7b9cc31440390 (patch)
treed0e9e27103cb9f3c6e1a0ad3f2493b1ff23b7d14 /sw/inc/hintids.hxx
parentuse intrinsict to inline InterlockCount() on Windows too (diff)
downloadcore-38b29bbc39efc74f4c6086378df7b9cc31440390.tar.gz
core-38b29bbc39efc74f4c6086378df7b9cc31440390.zip
sal_Bool to bool
Change-Id: Ib9a6f3ecbe38cdad6e28b4d8a9ae13d1f5bc4265
Diffstat (limited to 'sw/inc/hintids.hxx')
-rw-r--r--sw/inc/hintids.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx
index 9ea4bc4ca16f..46204f116078 100644
--- a/sw/inc/hintids.hxx
+++ b/sw/inc/hintids.hxx
@@ -469,7 +469,7 @@ extern sal_uInt16 aCharAutoFmtSetRange[];
extern sal_uInt16 aPgFrmFmtSetRange[];
// check if ID is InRange of AttrSet-Ids
-sal_Bool IsInRange( const sal_uInt16* pRange, const sal_uInt16 nId );
+bool IsInRange( const sal_uInt16* pRange, const sal_uInt16 nId );
#endif