summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndsect.cxx
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/core/docnode/ndsect.cxx
parent19a080540f68abd8800b15b140349b1318d33073 (diff)
sal_Bool to bool
Change-Id: I4040baa1a0202426df80a0ea94abde55e2b6ca65
Diffstat (limited to 'sw/source/core/docnode/ndsect.cxx')
-rw-r--r--sw/source/core/docnode/ndsect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/ndsect.cxx b/sw/source/core/docnode/ndsect.cxx
index 7e4035883a02..41a29a5c0a51 100644
--- a/sw/source/core/docnode/ndsect.cxx
+++ b/sw/source/core/docnode/ndsect.cxx
@@ -619,7 +619,7 @@ void SwDoc::UpdateSection(sal_uInt16 const nPos, SwSectionData & rNewData,
{
SfxItemIter aIter( *pAttr );
sal_uInt16 nWhich = aIter.GetCurItem()->Which();
- while( sal_True )
+ while( true )
{
if( pFmt->GetFmtAttr( nWhich ) != *aIter.GetCurItem() )
{