summaryrefslogtreecommitdiff
path: root/sw/inc/poolfmt.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-11-08 14:19:22 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-11-16 16:52:45 +0100
commit1e61a6eaa7c31344c2eab1882acb2dff7b6cfea3 (patch)
tree7b9ea141131432510eaf36d0754806b09281193e /sw/inc/poolfmt.hxx
parente2f4289ff208ab067ab89bcd7aea8a75c3227be3 (diff)
Remove sal_True/sal_False from code and comments in sw includes
Change-Id: Icfbbae898749196e27199802ec728417d5205bc5
Diffstat (limited to 'sw/inc/poolfmt.hxx')
-rw-r--r--sw/inc/poolfmt.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/poolfmt.hxx b/sw/inc/poolfmt.hxx
index 7f6a9d8d5b64..df029593b836 100644
--- a/sw/inc/poolfmt.hxx
+++ b/sw/inc/poolfmt.hxx
@@ -84,9 +84,7 @@ const sal_uInt16 POOL_IDUSER_FMT =
inline bool IsPoolUserFmt( sal_uInt16 nId )
{
- return POOL_IDUSER_FMT ==
- (nId & ~(COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID))
- ? sal_True : sal_False;
+ return POOL_IDUSER_FMT == (nId & ~(COLL_GET_RANGE_BITS + POOLGRP_NOCOLLID));
}
/// IDs for the ranges.