summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-03-03 00:44:38 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-03-03 10:31:48 +0900
commitddf1b13a52548a62f6bebd5d97b7b822d2075529 (patch)
tree31ce91a27e3e745d4c82346b5e68ecc44526e056 /sw/source/ui/config
parent19a080540f68abd8800b15b140349b1318d33073 (diff)
sal_Bool to bool
Change-Id: I4040baa1a0202426df80a0ea94abde55e2b6ca65
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/uinums.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/config/uinums.cxx b/sw/source/ui/config/uinums.cxx
index 388e0aabcdb0..8e416d74c4c1 100644
--- a/sw/source/ui/config/uinums.cxx
+++ b/sw/source/ui/config/uinums.cxx
@@ -291,7 +291,7 @@ SwNumRulesWithName::_SwNumFmtGlobal::_SwNumFmtGlobal( const SwNumFmt& rFmt )
{
SfxItemIter aIter( pFmt->GetAttrSet() );
const SfxPoolItem *pCurr = aIter.GetCurItem();
- while( sal_True )
+ while( true )
{
aItems.push_back( pCurr->Clone() );
if( aIter.IsAtEnd() )